aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1997-12-10 19:20:31 +0000
committerNick Clifton <nickc@redhat.com>1997-12-10 19:20:31 +0000
commit5b6f4b31fcc52655082513b072fb1015caf0dc5e (patch)
tree0223e1d3bd75eebc3060fc7d87338af5a3044faf /bfd
parentde7483285a11b003189888e8ea13f83907423ead (diff)
downloadgdb-5b6f4b31fcc52655082513b072fb1015caf0dc5e.zip
gdb-5b6f4b31fcc52655082513b072fb1015caf0dc5e.tar.gz
gdb-5b6f4b31fcc52655082513b072fb1015caf0dc5e.tar.bz2
Fixed overflow from a LO16 reloc into a HI16_S reloc.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 82fad35..d4c8bb3 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+Wed Dec 10 11:15:55 1997 Nick Clifton <nickc@cygnus.com>
+
+ * elf32-v850.c: Update with patches from the branch to fix
+ HI16_S/LO16 reloc pairs.
+
start-sanitize-d30v
Wed Dec 10 14:06:48 1997 Michael Meissner <meissner@cygnus.com>