diff options
author | Nick Clifton <nickc@redhat.com> | 2009-11-20 15:13:17 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2009-11-20 15:13:17 +0000 |
commit | c29aca4a95885ab0b01c346590afa685cf121919 (patch) | |
tree | f92f04f5c26798bcf77e20381a6c31af43d26ef0 /binutils/ChangeLog | |
parent | ce5181b407dfce78ab7e4e10051eaf44246ad1b4 (diff) | |
download | gdb-c29aca4a95885ab0b01c346590afa685cf121919.zip gdb-c29aca4a95885ab0b01c346590afa685cf121919.tar.gz gdb-c29aca4a95885ab0b01c346590afa685cf121919.tar.bz2 |
* readelf.c: Include xc16x.h.
(dump_relocations): Handle relocations for the xc16x target.
(get_machine_name): Accept EM_C166 for xc16x targets.
(is_32bit_abs_reloc): Add support for xc16c 32-bit absolute reloc.
(is_16bit_abs_reloc): Add support for xc16c 16-bit absolute reloc.
(is_none_reloc): Add support for xc16c null reloc.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 586c3fb..6eb2154 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,12 @@ +2009-11-20 Nick Clifton <nickc@redhat.com> + + * readelf.c: Include xc16x.h. + (dump_relocations): Handle relocations for the xc16x target. + (get_machine_name): Accept EM_C166 for xc16x targets. + (is_32bit_abs_reloc): Add support for xc16c 32-bit absolute reloc. + (is_16bit_abs_reloc): Add support for xc16c 16-bit absolute reloc. + (is_none_reloc): Add support for xc16c null reloc. + 2009-11-20 Ben Elliston <bje@au.ibm.com> * Makefile.am (syslex.o): Use $(NO_WERROR) not -Wno-error. |