diff options
author | Nick Clifton <nickc@redhat.com> | 2010-01-11 14:19:40 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2010-01-11 14:19:40 +0000 |
commit | 4d421096e0d5a63190fa79e721a06c4e943f599f (patch) | |
tree | 7eee2b51d5ab57a62118266cdc3eac41f4c96c56 /bfd/ChangeLog | |
parent | d2420a8c62dad7bebc81cac5684829ee73d16517 (diff) | |
download | gdb-4d421096e0d5a63190fa79e721a06c4e943f599f.zip gdb-4d421096e0d5a63190fa79e721a06c4e943f599f.tar.gz gdb-4d421096e0d5a63190fa79e721a06c4e943f599f.tar.bz2 |
* elf32-v850.c (v850_elf_perform_relocation): Fix overflow
handling of R_V850_HI16_S relocation.
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 554227f..5c5e01b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2010-01-11 Nick Clifton <nickc@redhat.com> + + * elf32-v850.c (v850_elf_perform_relocation): Fix overflow + handling of R_V850_HI16_S relocation. + 2010-01-11 Alan Modra <amodra@gmail.com> PR 11103 |