aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorThiemo Seufer <ths@networkno.de>2001-08-25 00:48:49 +0000
committerThiemo Seufer <ths@networkno.de>2001-08-25 00:48:49 +0000
commitdda688fcaded180ed085149805931a977244e8d7 (patch)
tree8382c32ef84b1f9cb44130c7d5b7e100ac8edff1 /binutils
parent602ffeaf848900267f21370233db05e108b5f5f1 (diff)
downloadgdb-dda688fcaded180ed085149805931a977244e8d7.zip
gdb-dda688fcaded180ed085149805931a977244e8d7.tar.gz
gdb-dda688fcaded180ed085149805931a977244e8d7.tar.bz2
* binutils-all/readelf.exp: Don't regard mips*el-*-* as traditional
mips. * gas/mips/mips.exp: Likewise. Use traditional testcases for mips${el}16-f if needed. * gas/mips/elempic.d: New file, testcase for little endian empic. * gas/mips/elfel-rel2.d: Don't test trailing zeroes in dump. * gas/mips/mips16-f.d: Use non-traditional symbol sorting. * gas/mips/mipsel16-f.d: Likewise. * gas/mips/mipsel16-e.d: New file, testcase for little endian MIPS16 relocations. * gas/mips/tmipsel16-f.d: New file, testcase for little endian MIPS16 relocations, traditional variant.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/testsuite/binutils-all/readelf.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/testsuite/binutils-all/readelf.exp b/binutils/testsuite/binutils-all/readelf.exp
index a9a7465..c56fef7 100644
--- a/binutils/testsuite/binutils-all/readelf.exp
+++ b/binutils/testsuite/binutils-all/readelf.exp
@@ -192,7 +192,7 @@ proc readelf_test { options binary_file regexp_file xfails } {
set target_machine ""
if [istarget "mips*-*-*"] then {
- if { [istarget mips*el-*-*] || [istarget "mips*-*-*linux*"] } then {
+ if { [istarget "mips*-*-*linux*"] } then {
set target_machine tmips
} else {
set target_machine mips