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/section.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/section.c')
-rw-r--r-- | bfd/section.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bfd/section.c b/bfd/section.c index 752d033..fce8e1e 100644 --- a/bfd/section.c +++ b/bfd/section.c @@ -1025,7 +1025,6 @@ DESCRIPTION */ -/*ARGSUSED*/ bfd_boolean bfd_set_section_flags (bfd *abfd ATTRIBUTE_UNUSED, sec_ptr section, @@ -1074,7 +1073,6 @@ DESCRIPTION */ -/*VARARGS2*/ void bfd_map_over_sections (bfd *abfd, void (*operation) (bfd *, asection *, void *), |