summaryrefslogtreecommitdiff
path: root/bfd/aout-target.h
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/aout-target.h
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/aout-target.h')
-rw-r--r--bfd/aout-target.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/bfd/aout-target.h b/bfd/aout-target.h
index 5ca50ac568..046417bb95 100644
--- a/bfd/aout-target.h
+++ b/bfd/aout-target.h
@@ -1,5 +1,5 @@
/* Define a target vector and some small routines for a variant of a.out.
- Copyright (C) 1990, 91, 92, 93, 94, 95, 96, 97, 98, 1999
+ Copyright (C) 1990, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000
Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
@@ -258,11 +258,7 @@ MY(write_object_contents) (abfd)
struct external_exec exec_bytes;
struct internal_exec *execp = exec_hdr (abfd);
-#if CHOOSE_RELOC_SIZE
- CHOOSE_RELOC_SIZE(abfd);
-#else
obj_reloc_entry_size (abfd) = RELOC_STD_SIZE;
-#endif
WRITE_HEADERS(abfd, execp);