summaryrefslogtreecommitdiff
path: root/bfd/hp300hpux.c
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2000-03-02 01:38:33 +0000
committerIan Lance Taylor <ian@airs.com>2000-03-02 01:38:33 +0000
commitfdbec2017e17daf05f23703563aa623c7a6acc90 (patch)
tree2888e3a8f5fe5e53bcb665d8d684d888fda1d9f7 /bfd/hp300hpux.c
parent9f90434b3ccbe9fe50c9a7b605a17dc2ce524c93 (diff)
downloadbinutils-redhat-fdbec2017e17daf05f23703563aa623c7a6acc90.tar.gz
2000-03-01 Hans-Peter Nilsson <hp@axis.com>
* aout-target.h (MY(write_object_contents)): Remove unused and unusable "#if CHOOSE_RELOC_SIZE". * pc532-mach.c (MY(write_object_contents)): Ditto. * netbsd.h (MY(write_object_contents)): Ditto. * hp300hpux.c (MY(write_object_contents)): Ditto. * freebsd.h (MY(write_object_contents)): Ditto. * aout-tic30.c (tic30_aout_write_object_contents): Ditto.
Diffstat (limited to 'bfd/hp300hpux.c')
-rw-r--r--bfd/hp300hpux.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/bfd/hp300hpux.c b/bfd/hp300hpux.c
index 0772d4f01c..46bfea054c 100644
--- a/bfd/hp300hpux.c
+++ b/bfd/hp300hpux.c
@@ -1,5 +1,5 @@
/* BFD backend for hp-ux 9000/300
- Copyright (C) 1990, 91, 94, 95, 97, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1990, 91, 94, 95, 97, 99, 2000 Free Software Foundation, Inc.
Written by Glenn Engel.
This file is part of BFD, the Binary File Descriptor library.
@@ -270,11 +270,8 @@ MY (write_object_contents) (abfd)
file_ptr text_end;
memset (&exec_bytes, 0, sizeof (exec_bytes));
-#if CHOOSE_RELOC_SIZE
- CHOOSE_RELOC_SIZE (abfd);
-#else
+
obj_reloc_entry_size (abfd) = RELOC_STD_SIZE;
-#endif
if (adata (abfd).magic == undecided_magic)
NAME (aout,adjust_sizes_and_vmas) (abfd, &text_size, &text_end);