*** empty log message ***
From-SVN: r866
This commit is contained in:
parent
d218c758da
commit
19c7934322
@ -75,7 +75,7 @@
|
||||
else if (current_sym_addr) \
|
||||
output_addr_const (asmfile, current_sym_addr); \
|
||||
else if (current_sym_code == N_GSYM) \
|
||||
fprintf (asmfile, "%s", IDENTIFIER_POINTER (DECL_NAME (SYM))); \
|
||||
fprintf (asmfile, "%s", IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (SYM))); \
|
||||
else \
|
||||
fprintf (asmfile, "%d", current_sym_value); \
|
||||
fprintf (asmfile, ",%d,0\n", stab_to_sclass (current_sym_code)); \
|
||||
|
Loading…
Reference in New Issue
Block a user