diff options
author | Nick Clifton <nickc@redhat.com> | 2017-08-02 10:19:22 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2017-08-02 10:19:22 +0100 |
commit | 75800d2cd6a6cea6071dcf8f0c2ea871abeeaf99 (patch) | |
tree | 09048729706b924ac46003f9bc65ecf98ec6f022 /binutils | |
parent | 262cdac76d010307e601d1a7da49a0cc1a53be05 (diff) | |
download | gdb-75800d2cd6a6cea6071dcf8f0c2ea871abeeaf99.zip gdb-75800d2cd6a6cea6071dcf8f0c2ea871abeeaf99.tar.gz gdb-75800d2cd6a6cea6071dcf8f0c2ea871abeeaf99.tar.bz2 |
Fix gas and binutils testsuite failures for am33_2.0-linux target.
gas * testsuite/gas/all/gas.exp: Add am33 to the skip lists of tests
passed over by the mn10300 target.
* testsuite/gas/elf/elf.exp: Likewise.
* testsuite/gas/elf/dwarf2-11.d: Correct skip of am33 target.
* testsuite/gas/elf/dwarf2-12.d: Likewise.
* testsuite/gas/elf/dwarf2-13.d: Likewise.
* testsuite/gas/elf/dwarf2-14.d: Likewise.
* testsuite/gas/elf/dwarf2-15.d: Likewise.
* testsuite/gas/elf/dwarf2-16.d: Likewise.
* testsuite/gas/elf/dwarf2-17.d: Likewise.
* testsuite/gas/elf/dwarf2-18.d: Likewise.
* testsuite/gas/elf/dwarf2-5.d: Likewise.
* testsuite/gas/elf/dwarf2-6.d: Likewise.
* testsuite/gas/elf/dwarf2-7.d: Likewise.
binutils * testsuite/binutils-all/objdump.exp (cpus_expected): Add am33-2.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/objdump.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 9331392..5c1aa0a 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2017-08-02 Nick Clifton <nickc@redhat.com> + + * testsuite/binutils-all/objdump.exp (cpus_expected): Add am33-2. + 2017-08-02 Alan Modra <amodra@gmail.com> * readelf.c (is_32bit_abs_reloc): Add R_IA64_SECREL32MSB and diff --git a/binutils/testsuite/binutils-all/objdump.exp b/binutils/testsuite/binutils-all/objdump.exp index 472b749..83b9af6 100644 --- a/binutils/testsuite/binutils-all/objdump.exp +++ b/binutils/testsuite/binutils-all/objdump.exp @@ -34,7 +34,7 @@ send_user "Version [binutil_version $OBJDUMP]" set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS -i"] set cpus_expected [list] -lappend cpus_expected aarch64 alpha arc ARC700 ARCv2 arm cris +lappend cpus_expected aarch64 alpha am33-2 arc ARC700 ARCv2 arm cris lappend cpus_expected d10v d30v fr30 fr500 fr550 h8 hppa i386 i860 i960 iamcu ip2022 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 |