aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1993-07-26 20:24:26 +0000
committerIan Lance Taylor <ian@airs.com>1993-07-26 20:24:26 +0000
commit8f22c1af216c0ea07f71fcd0e4e280ca85b3c23e (patch)
treeccbe1a6ff1c81961522f4d4b69567d7d6e03bb56
parent01c4b03990fd371311179a23fc7dcea011cf7464 (diff)
downloadgdb-8f22c1af216c0ea07f71fcd0e4e280ca85b3c23e.zip
gdb-8f22c1af216c0ea07f71fcd0e4e280ca85b3c23e.tar.gz
gdb-8f22c1af216c0ea07f71fcd0e4e280ca85b3c23e.tar.bz2
* reloc.c (bfd_perform_relocation): Handle the case of
complain_overflow_bitfield, rightshift > bitpos, and a negative number.
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 893330d..0ff5c00 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+Mon Jul 26 13:22:15 1993 Ian Lance Taylor (ian@cygnus.com)
+
+ * reloc.c (bfd_perform_relocation): Handle the case of
+ complain_overflow_bitfield, rightshift > bitpos, and a negative
+ number.
+
Mon Jul 26 14:40:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
* elfcode.h: Reimplement segment writing.