Fixes for .reloc
authorKim Knuttila <krk@cygnus>
Wed, 13 Dec 1995 12:56:29 +0000 (12:56 +0000)
committerKim Knuttila <krk@cygnus>
Wed, 13 Dec 1995 12:56:29 +0000 (12:56 +0000)
bfd/ChangeLog

index 9e3ab9eb0c5e85d736d958fe1125cae190299a86..e1f5d47ef9decc4dc46189136561405beb301de3 100644 (file)
@@ -1,3 +1,11 @@
+Tue Dec 12 17:42:06 1995  Kim Knuttila  <krk@cygnus.com>
+
+       * peicode.h (pe_print_reloc): New function to dump the .reloc section.
+       (pe_print_private_bfd_data): call pe_print_reloc.
+       * coffcode.h (coff_set_alignment_hook): .reloc section alignment.
+       * coff-ppc.c (in_reloc_p): Added missing non-eligible relocs. Spiffed
+       up some debugging as well.
+
 Tue Dec 12 11:34:23 1995  Ian Lance Taylor  <ian@cygnus.com>
 
        * config.bfd: Handle sparc-*-elf*.  From Ronald F. Guilmette