aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1998-10-12 21:25:25 +0000
committerNick Clifton <nickc@redhat.com>1998-10-12 21:25:25 +0000
commita148e678b2caab6bfec834034b3db41551781a0b (patch)
treec577598fe5f05dfd3b248b8191cccae4442825e1 /bfd
parenta11380f1c2ceb8bc6d4b2ddb800527668c9bcf70 (diff)
downloadgdb-a148e678b2caab6bfec834034b3db41551781a0b.zip
gdb-a148e678b2caab6bfec834034b3db41551781a0b.tar.gz
gdb-a148e678b2caab6bfec834034b3db41551781a0b.tar.bz2
Fix fise of R_M32R_18_PCREL relocation.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 0ac7736..99199a1 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,11 @@
Mon Oct 12 14:18:40 1998 Nick Clifton <nickc@cygnus.com>
+ * bfd-in2.h (struct reloc_howto_struct): Improve comment to make
+ cleat that the 'bitsize' field is the size of the bitfield AFTER
+ relocation not before.
+
+ * elf32-m32r.c (R_M32R_18_PCREL): Fix size of bitfield.
+
* coff-mips.c (mips_relocate_hi): Cope with missing refhi or reflo
relocs.