* 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.
This commit is contained in:
Thiemo Seufer 2001-08-25 00:48:49 +00:00
parent 602ffeaf84
commit dda688fcad
9 changed files with 249 additions and 6 deletions

View file

@ -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