diff options
Diffstat (limited to 'binutils-2.22/bfd/pc532-mach.c')
-rw-r--r-- | binutils-2.22/bfd/pc532-mach.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/binutils-2.22/bfd/pc532-mach.c b/binutils-2.22/bfd/pc532-mach.c index b472006..9252333 100644 --- a/binutils-2.22/bfd/pc532-mach.c +++ b/binutils-2.22/bfd/pc532-mach.c @@ -76,14 +76,10 @@ #define MY_exec_header_not_counted 1 reloc_howto_type *ns32kaout_bfd_reloc_type_lookup - PARAMS ((bfd *abfd, bfd_reloc_code_real_type code)); - -static bfd_boolean MY(write_object_contents) - PARAMS ((bfd *abfd)); + (bfd *abfd, bfd_reloc_code_real_type code); static bfd_boolean -MY(write_object_contents) (abfd) - bfd *abfd; +MY(write_object_contents) (bfd *abfd) { struct external_exec exec_bytes; struct internal_exec *execp = exec_hdr (abfd); |