aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorKim Knuttila <krk@cygnus>1995-12-13 12:56:29 +0000
committerKim Knuttila <krk@cygnus>1995-12-13 12:56:29 +0000
commit207345f2f6f4af5a2f55c5e82c9b3c0c5a1bb847 (patch)
tree16f3859240b8ef443ca83ccb4fc8d8957136f884 /bfd
parentcaa740beb84d3e73cf48991baa02b0fd0c04811b (diff)
downloadgdb-207345f2f6f4af5a2f55c5e82c9b3c0c5a1bb847.zip
gdb-207345f2f6f4af5a2f55c5e82c9b3c0c5a1bb847.tar.gz
gdb-207345f2f6f4af5a2f55c5e82c9b3c0c5a1bb847.tar.bz2
Fixes for .reloc
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 9e3ab9e..e1f5d47 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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