diff options
author | Pitchumani Sivanupandi <pitchumani.s@atmel.com> | 2016-04-29 14:05:12 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-04-29 14:05:12 +0100 |
commit | d347c9df495036dcbe5bc710ac5a07079bdd59ad (patch) | |
tree | 322695a0177ec75c2108170f54ce4a7acc4d0bde /binutils/ChangeLog | |
parent | c337a1627c7e0edf6d46e66dee513c56975d0625 (diff) | |
download | gdb-d347c9df495036dcbe5bc710ac5a07079bdd59ad.zip gdb-d347c9df495036dcbe5bc710ac5a07079bdd59ad.tar.gz gdb-d347c9df495036dcbe5bc710ac5a07079bdd59ad.tar.bz2 |
Enhance readelf's recognition of AVR relocation types.
* readelf.c (is_32bit_pcrel_reloc): Return true if reloc is 32-bit
PC relocation for AVR target.
(is_none_reloc): Return true if reloc is any of AVR diff
relocations.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 7eea2c0..1c96f63 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,10 @@ +2016-04-29 Pitchumani Sivanupandi <pitchumani.s@atmel.com> + + * readelf.c (is_32bit_pcrel_reloc): Return true if reloc is 32-bit + PC relocation for AVR target. + (is_none_reloc): Return true if reloc is any of AVR diff + relocations. + 2016-04-29 Nick Clifton <nickc@redhat.com> PR 19938 |