diff options
author | Nick Clifton <nickc@redhat.com> | 2015-04-30 15:57:41 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2015-04-30 15:57:41 +0100 |
commit | 153a27763ccc9979fdb5f342e21eb1666c8f117b (patch) | |
tree | a8527ca767cce41501cb074adc94703df6cdd05d /binutils/testsuite | |
parent | 914082d11b5de9509491615cce448ce937e91515 (diff) | |
download | gdb-153a27763ccc9979fdb5f342e21eb1666c8f117b.zip gdb-153a27763ccc9979fdb5f342e21eb1666c8f117b.tar.gz gdb-153a27763ccc9979fdb5f342e21eb1666c8f117b.tar.bz2 |
Fix handling of relocs for the MeP target.
bfd PR 18317
* elf32-mep.c (MEPREL): Use bfd_elf_generic_reloc instead of
mep_reloc.
(mep_reloc): Delete unused function.
bin * readelf.c (get_machine_flags): Add description of MeP flags.
tests * binutils-all/objdump.exp (cpus_expected): Add MeP CPU names.
Diffstat (limited to 'binutils/testsuite')
-rw-r--r-- | binutils/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/objdump.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 52daa35..b9b7b3e 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2015-04-30 Nick Clifton <nickc@redhat.com> + + * binutils-all/objdump.exp (cpus_expected): Add MeP CPU names. + 2015-04-23 H.J. Lu <hongjiu.lu@intel.com> PR binutils/18209 diff --git a/binutils/testsuite/binutils-all/objdump.exp b/binutils/testsuite/binutils-all/objdump.exp index 6d5e76f..53ac0b5 100644 --- a/binutils/testsuite/binutils-all/objdump.exp +++ b/binutils/testsuite/binutils-all/objdump.exp @@ -36,7 +36,7 @@ set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS -i"] set cpus_expected [list] lappend cpus_expected aarch64 alpha arc arm cris lappend cpus_expected d10v d30v fr30 fr500 fr550 h8 hppa i386 i860 i960 ip2022 -lappend cpus_expected m16c m32c m32r m68hc11 m68hc12 m68k m88k MCore MicroBlaze +lappend cpus_expected m16c m32c m32r m68hc11 m68hc12 m68k m88k MCore mep c5 h1 MicroBlaze lappend cpus_expected mips mn10200 mn10300 ms1 msp MSP430 nds32 n1h_v3 ns32k lappend cpus_expected or1k or1knd pj powerpc pyramid romp rs6000 s390 sh sparc lappend cpus_expected tahoe tic54x tic80 tilegx tms320c30 tms320c4x tms320c54x |