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/config/e-i386elf.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/config/e-i386elf.c')
-rw-r--r-- | gas/config/e-i386elf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/config/e-i386elf.c b/gas/config/e-i386elf.c index a16701e..e11fc3d 100644 --- a/gas/config/e-i386elf.c +++ b/gas/config/e-i386elf.c @@ -1,6 +1,8 @@ #include "as.h" #include "emul.h" +static const char *i386elf_bfd_name PARAMS ((void)); + static const char * i386elf_bfd_name () { |