diff options
Diffstat (limited to 'gas/config/obj-coff.c')
-rw-r--r-- | gas/config/obj-coff.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/config/obj-coff.c b/gas/config/obj-coff.c index b71040a..d0a4999 100644 --- a/gas/config/obj-coff.c +++ b/gas/config/obj-coff.c @@ -1829,12 +1829,16 @@ obj_coff_init_stab_section (segT seg) } #ifdef DEBUG +const char * s_get_name (symbolS *); + const char * s_get_name (symbolS *s) { return ((s == NULL) ? "(NULL)" : S_GET_NAME (s)); } +void symbol_dump (void); + void symbol_dump (void) { |