diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2003-12-01 06:33:01 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2003-12-01 06:33:01 +0000 |
commit | 1c3bed7b304bce0e73ce0d120b8c7ae06b001d25 (patch) | |
tree | 55468cd6c59a42a5b3027cebc3cacfe74fa24be6 /bfd/sunos.c | |
parent | fd574c4615e74de554c78fd2c42f368f0cbc7905 (diff) | |
download | gdb-1c3bed7b304bce0e73ce0d120b8c7ae06b001d25.zip gdb-1c3bed7b304bce0e73ce0d120b8c7ae06b001d25.tar.gz gdb-1c3bed7b304bce0e73ce0d120b8c7ae06b001d25.tar.bz2 |
* coff-rs6000.c: Remove ARGSUSED and VARARGS.
* coff64-rs6000.c: Likewise.
* coffcode.h: Likewise.
* elf32-vax.c: Likewise.
* hash.c: Likewise.
* hppabsd-core.c: Likewise.
* hpux-core.c: Likewise.
* ihex.c: Likewise.
* netbsd-core.c: Likewise.
* osf-core.c: Likewise.
* pdp11.c: Likewise.
* ptrace-core.c: Likewise.
* sco5-core.c: Likewise.
* section.c: Likewise.
* sunos.c: Likewise.
* trad-core.c: Likewise.
Diffstat (limited to 'bfd/sunos.c')
-rw-r--r-- | bfd/sunos.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bfd/sunos.c b/bfd/sunos.c index fb8e17b..5b1b18b 100644 --- a/bfd/sunos.c +++ b/bfd/sunos.c @@ -1246,7 +1246,6 @@ sunos_add_one_symbol (info, abfd, name, flags, section, value, string, /* Return the list of objects needed by BFD. */ -/*ARGSUSED*/ struct bfd_link_needed_list * bfd_sunos_get_needed_list (abfd, info) bfd *abfd ATTRIBUTE_UNUSED; @@ -2165,7 +2164,6 @@ sunos_scan_dynamic_symbol (h, data) this point. This entry point exists to prevent the regular linker code from doing anything with the object. */ -/*ARGSUSED*/ static bfd_boolean sunos_link_dynamic_object (info, abfd) struct bfd_link_info *info ATTRIBUTE_UNUSED; @@ -2410,7 +2408,6 @@ sunos_write_dynamic_symbol (output_bfd, info, harg) copy it over, and tell the caller to not bother processing this reloc. */ -/*ARGSUSED*/ static bfd_boolean sunos_check_dynamic_reloc (info, input_bfd, input_section, harg, reloc, contents, skip, relocationp) |