diff options
Diffstat (limited to 'gas/stabs.c')
-rw-r--r-- | gas/stabs.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gas/stabs.c b/gas/stabs.c index 7c13c2f..d8f66b4 100644 --- a/gas/stabs.c +++ b/gas/stabs.c @@ -131,9 +131,8 @@ get_stab_string_offset (string, stabstr_secname) #define OBJ_PROCESS_STAB(SEG,W,S,T,O,D) aout_process_stab(W,S,T,O,D) #endif -static void aout_process_stab PARAMS ((int, const char *, int, int, int)); - -static void +/* Here instead of obj-aout.c because other formats use it too. */ +void aout_process_stab (what, string, type, other, desc) int what; const char *string; @@ -441,7 +440,7 @@ s_xstab (what) void s_desc (ignore) - int ignore; + int ignore ATTRIBUTE_UNUSED; { char *name; char c; |