diff options
author | Nick Clifton <nickc@redhat.com> | 1997-12-10 19:20:31 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1997-12-10 19:20:31 +0000 |
commit | 5b6f4b31fcc52655082513b072fb1015caf0dc5e (patch) | |
tree | 0223e1d3bd75eebc3060fc7d87338af5a3044faf /bfd | |
parent | de7483285a11b003189888e8ea13f83907423ead (diff) | |
download | gdb-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/ChangeLog | 5 |
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> |