* configure.tgt: Fix mep cpu case.

testsuite/
	* gas/mep/allinsn.be.d: Renamed from allinsn.d.  Pass -EB.
	* gas/mep/allinsn.exp: branch1 is now bi-endian.
	* gas/mep/branch1.be.d: Renamed from branch1.d.  Pass -EB.
	* gas/mep/branch1.le.d: New file.
	* gas/mep/dj1.be.d: Renamed from dj1.d.  Pass -EB.
	* gas/mep/dj2.be.d: Renamed from dj2.d.  Pass -EB.
This commit is contained in:
Doug Evans 2010-02-26 17:27:00 +00:00
parent f8a8e9d60e
commit 743d7f19b3
10 changed files with 61 additions and 24 deletions

View File

@ -1,3 +1,7 @@
2010-02-26 Doug Evans <dje@sebabeach.org>
* configure.tgt: Fix mep cpu case.
2010-02-26 Jie Zhang <jie@codesourcery.com>
* config/tc-arm.c (do_t_strexd): Remove

View File

@ -54,7 +54,7 @@ case ${cpu} in
m6811|m6812|m68hc12) cpu_type=m68hc11 ;;
m683??) cpu_type=m68k ;;
maxq) cpu_type=maxq ;;
mep-*-elf) cpu_type=mep endian=big ;;
mep) cpu_type=mep endian=little ;;
microblaze*) cpu_type=microblaze ;;
mips*el) cpu_type=mips endian=little ;;
mips*) cpu_type=mips endian=big ;;

View File

@ -1,3 +1,12 @@
2010-02-26 Doug Evans <dje@sebabeach.org>
* gas/mep/allinsn.be.d: Renamed from allinsn.d. Pass -EB.
* gas/mep/allinsn.exp: branch1 is now bi-endian.
* gas/mep/branch1.be.d: Renamed from branch1.d. Pass -EB.
* gas/mep/branch1.le.d: New file.
* gas/mep/dj1.be.d: Renamed from dj1.d. Pass -EB.
* gas/mep/dj2.be.d: Renamed from dj2.d. Pass -EB.
2010-02-26 Jie Zhang <jie@codesourcery.com>
* gas/arm/thumb32.s, gas/arm/thumb32.d: Add a new test

View File

@ -1,6 +1,7 @@
#as:
#as: -EB
#objdump: -dr
#name: allinsn
#source: allinsn.s
#name: allinsn.be
.*: +file format .*

View File

@ -1,9 +1,8 @@
# MEP assembler testsuite. -*- Tcl -*-
if [istarget mep*-*-*] {
foreach test {allinsn dj1 dj2} {
run_dump_test $test
foreach test {allinsn branch1 dj1 dj2} {
run_dump_test $test.be
run_dump_test $test.le
}
run_dump_test branch1
}

View File

@ -0,0 +1,18 @@
#as: -EB
#objdump: -dzr
#source: branch1.s
#name: branch1.be
.*: *file format elf32-mep
Disassembly of section \.text:
.* <.*>:
*0: 00 00 * nop
*2: e4 51 00 00 * beq \$4,\$5,.* <foo-0x8>
[ ]*2: *R_MEP_PCREL17A2 foo
*6: 00 00 * nop
*8: 00 00 * nop
.* <foo>:
*a: 00 00 * nop

View File

@ -1,14 +0,0 @@
#objdump: -dzr
.*: *file format elf32-mep
Disassembly of section \.text:
.* <.*>:
.*: 00 00 * nop
.*: e4 51 00 04 * beq \$4,\$5,.* <foo>
.*: 00 00 * nop
.*: 00 00 * nop
.* <foo>:
.*: 00 00 * nop

View File

@ -0,0 +1,18 @@
#as: -EL
#objdump: -dzr
#source: branch1.s
#name: branch1.le
.*: *file format elf32-mep-little
Disassembly of section \.text:
.* <.*>:
*0: 00 00 * nop
*2: 51 e4 00 00 * beq \$4,\$5,.* <foo-0x8>
[ ]*2: *R_MEP_PCREL17A2 foo
*6: 00 00 * nop
*8: 00 00 * nop
.* <foo>:
*a: 00 00 * nop

View File

@ -1,6 +1,7 @@
#as:
#as: -EB
#objdump: -dr
#name: dj1
#source: dj1.s
#name: dj1.be
dump.o: file format elf32-mep

View File

@ -1,6 +1,7 @@
#as:
#as: -EB
#objdump: -dr
#name: dj2
#source: dj2.s
#name: dj2.be
.*: +file format .*