* gas/mips/odd-float.d: Replace ... with #pass.

* gas/mips/ldstla-32-shared.d: Add -march=mips1 for as.
* gas/mips/ldstla-32.d: Likewise.
* gas/mips/mips16-hilo-match.d: Add -mabi=32 -march=mips1 for as.
This commit is contained in:
Chao-ying Fu 2008-06-27 18:30:11 +00:00
parent 01c66ae6a6
commit 4b4374ecf1
5 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,10 @@
2008-06-27 Chao-ying Fu <fu@mips.com>
* gas/mips/odd-float.d: Replace ... with #pass.
* gas/mips/ldstla-32-shared.d: Add -march=mips1 for as.
* gas/mips/ldstla-32.d: Likewise.
* gas/mips/mips16-hilo-match.d: Add -mabi=32 -march=mips1 for as.
2008-06-19 Chao-ying Fu <fu@mips.com>
* gas/mips/e32-rel2.d: Add -march=mips1 for as.

View File

@ -1,5 +1,5 @@
#objdump: -d
#as: -KPIC -mabi=32
#as: -KPIC -mabi=32 -march=mips1
#name: MIPS ld-st-la constants (ABI o32, shared)
#source: ldstla-32.s

View File

@ -1,5 +1,5 @@
#objdump: -d
#as: -mabi=32
#as: -mabi=32 -march=mips1
#name: MIPS ld-st-la constants (ABI o32)
#source: ldstla-32.s

View File

@ -1,4 +1,5 @@
#objdump: -r
#as: -mabi=32 -march=mips1
#name: MIPS16 mips16-hilo-match
.*: +file format .*mips.*

View File

@ -7,4 +7,4 @@
Disassembly of section .text:
0+00 <[^>]*> lwxc1 \$f1,a0\(a1\)
0+04 <[^>]*> swxc1 \$f3,a0\(a1\)
...
#pass