diff options
author | Nick Clifton <nickc@redhat.com> | 1998-02-10 03:55:57 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1998-02-10 03:55:57 +0000 |
commit | 6aa32b907b5e810ecae3363947bc787c80be34ab (patch) | |
tree | 62dd497bc8bfe4a73e2f0c7dfdd1b28df110be03 /bfd/ChangeLog | |
parent | dc4e95adcc7de9f13bba822623834e6ab12100c8 (diff) | |
download | gdb-6aa32b907b5e810ecae3363947bc787c80be34ab.zip gdb-6aa32b907b5e810ecae3363947bc787c80be34ab.tar.gz gdb-6aa32b907b5e810ecae3363947bc787c80be34ab.tar.bz2 |
(PR14907) Fix HI16S/LO16 relocations when buf[-1] is evaluated.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 2c9ce08..aca18fb 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Mon Feb 9 19:40:59 1998 Nick Clifton <nickc@cygnus.com> + + * elf32-v850.c (v850_elf_store_addend_in_insn): Fix another + LO16/HI16S bug and improve comments about what is going on. + Sat Feb 7 15:27:03 1998 Ian Lance Taylor <ian@cygnus.com> * configure, aclocal.m4: Rebuild with new libtool. |