diff options
author | Alan Modra <amodra@gmail.com> | 2001-08-09 14:42:07 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-08-09 14:42:07 +0000 |
commit | 8d28c9d7bee620b6a40001772dad8a1ec3448c49 (patch) | |
tree | de77a7519e4efb57c020350e78390e249f5d94bf /gas/symbols.c | |
parent | a7b97311da9b9cef66a6aec0e7a17eb2770144b3 (diff) | |
download | gdb-8d28c9d7bee620b6a40001772dad8a1ec3448c49.zip gdb-8d28c9d7bee620b6a40001772dad8a1ec3448c49.tar.gz gdb-8d28c9d7bee620b6a40001772dad8a1ec3448c49.tar.bz2 |
* symbols.c: Add missing prototypes.
* config/e-i386elf.c: Likewise.
* config/e-i386coff.c: Likewise.
* config/e-i386aout.c: Likewise.
* config/obj-coff.c: Likewise.
(def_symbol_in_progress, stack): Move definition.
* config/obj-elf.c: Add missing prototypes.
(obj_elf_change_section): Make static.
(obj_elf_parse_section_letters): Likewise.
(obj_elf_section_word): Likewise.
(obj_elf_section_type): Likewise.
Diffstat (limited to 'gas/symbols.c')
-rw-r--r-- | gas/symbols.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/symbols.c b/gas/symbols.c index 414582b..1f4e988 100644 --- a/gas/symbols.c +++ b/gas/symbols.c @@ -61,6 +61,7 @@ symbolS abs_symbol; struct obstack notes; +static char *save_symbol_name PARAMS ((const char *)); static void fb_label_init PARAMS ((void)); static long dollar_label_instance PARAMS ((long)); static long fb_label_instance PARAMS ((long)); |