* elf32-m32r.c (m32r_elf_lo16_reloc): Rewrite.
[deliverable/binutils-gdb.git] / bfd / pc532-mach.c
index 73f4ac49e82725f796d03cfd4f04bad972a6cf5e..3b77d5dab146c7602df564fd420f15060008268b 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD back-end for Mach3/532 a.out-ish binaries.
-   Copyright (C) 1990, 1991, 1992, 1994 Free Software Foundation, Inc.
+   Copyright (C) 1990, 1991, 1992, 1994, 2000 Free Software Foundation, Inc.
 
 This file is part of BFD, the Binary File Descriptor library.
 
@@ -92,11 +92,7 @@ bfd *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
   
   BFD_ASSERT (bfd_get_arch (abfd) == bfd_arch_ns32k);
   switch (bfd_get_mach (abfd))
This page took 0.023343 seconds and 4 git commands to generate.