summaryrefslogtreecommitdiff
path: root/bfd/netbsd.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
commitf3182172b731a549c564f15561c1ccfd61f12282 (patch)
treeb2648a79eb60a4a882f5d226596555e7dd134ac2 /bfd/netbsd.h
parentbfd9daaa5dd7ebebc20c9c12bcb93da3dccabb30 (diff)
downloadgdb-f3182172b731a549c564f15561c1ccfd61f12282.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/netbsd.h')
-rw-r--r--bfd/netbsd.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/bfd/netbsd.h b/bfd/netbsd.h
index a5482f04312..760ed9508e8 100644
--- a/bfd/netbsd.h
+++ b/bfd/netbsd.h
@@ -1,5 +1,5 @@
/* BFD back-end definitions used by all NetBSD targets.
- Copyright (C) 1990, 91, 92, 94, 95, 96, 97, 1998
+ Copyright (C) 1990, 91, 92, 94, 95, 96, 97, 98, 2000
Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
@@ -91,11 +91,7 @@ MY(write_object_contents) (abfd)
NAME(aout,adjust_sizes_and_vmas) (abfd, &text_size, &text_end);
}
-#if CHOOSE_RELOC_SIZE
- CHOOSE_RELOC_SIZE(abfd);
-#else
obj_reloc_entry_size (abfd) = RELOC_STD_SIZE;
-#endif
/* Magic number, maestro, please! */
switch (bfd_get_arch(abfd)) {