From f3182172b731a549c564f15561c1ccfd61f12282 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 2 Mar 2000 01:38:33 +0000 Subject: 2000-03-01 Hans-Peter Nilsson * 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. --- bfd/freebsd.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'bfd/freebsd.h') diff --git a/bfd/freebsd.h b/bfd/freebsd.h index 8bb19acd7d3..e80c213b28a 100644 --- a/bfd/freebsd.h +++ b/bfd/freebsd.h @@ -1,5 +1,5 @@ /* BFD back-end definitions used by all FreeBSD targets. - Copyright (C) 1990, 1991, 1992, 1996 Free Software Foundation, Inc. + Copyright (C) 1990, 1991, 1992, 1996, 2000 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -76,11 +76,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 /* Magic number, maestro, please! */ switch (bfd_get_arch(abfd)) { -- cgit v1.2.1