diff options
author | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2014-12-06 16:39:24 +0100 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2014-12-06 16:39:24 +0100 |
commit | 619ed720087c20a96b6b9a7892217c5193eb3b8f (patch) | |
tree | 5c2b926839e3b2ad2c6ab514626bb7b6984002d2 /binutils/ChangeLog | |
parent | d924db559be94e668253a272f70870c85aecc60e (diff) | |
download | gdb-619ed720087c20a96b6b9a7892217c5193eb3b8f.zip gdb-619ed720087c20a96b6b9a7892217c5193eb3b8f.tar.gz gdb-619ed720087c20a96b6b9a7892217c5193eb3b8f.tar.bz2 |
Add Visium support to binutils
binutils/
* readelf.c: Include elf/visium.h.
(guess_is_rela): Deal with EM_VISIUM.
(dump_relocations): Likewise.
(get_machine_name): Likewise.
(get_machine_flags): Likewise.
(get_osabi_name): Likewise.
(is_32bit_abs_reloc): Likewise.
(is_32bit_pcrel_reloc): Likewise.
(is_16bit_abs_reloc): Likewise.
binutils/testsuite:
* binutils-all/objcopy.exp: Skip strip-10 for Visium.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 4e79a75..5f85e48 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,15 @@ +2014-12-06 Eric Botcazou <ebotcazou@adacore.com> + + * readelf.c: Include elf/visium.h. + (guess_is_rela): Deal with EM_VISIUM. + (dump_relocations): Likewise. + (get_machine_name): Likewise. + (get_machine_flags): Likewise. + (get_osabi_name): Likewise. + (is_32bit_abs_reloc): Likewise. + (is_32bit_pcrel_reloc): Likewise. + (is_16bit_abs_reloc): Likewise. + 2014-12-05 Andrew Burgess <andrew.burgess@embecosm.com> * readelf.c (decode_AVR_machine_flags): New function. |