mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 13:27:26 +08:00
* 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:
@ -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>
|
2008-06-19 Chao-ying Fu <fu@mips.com>
|
||||||
|
|
||||||
* gas/mips/e32-rel2.d: Add -march=mips1 for as.
|
* gas/mips/e32-rel2.d: Add -march=mips1 for as.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#objdump: -d
|
#objdump: -d
|
||||||
#as: -KPIC -mabi=32
|
#as: -KPIC -mabi=32 -march=mips1
|
||||||
#name: MIPS ld-st-la constants (ABI o32, shared)
|
#name: MIPS ld-st-la constants (ABI o32, shared)
|
||||||
#source: ldstla-32.s
|
#source: ldstla-32.s
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#objdump: -d
|
#objdump: -d
|
||||||
#as: -mabi=32
|
#as: -mabi=32 -march=mips1
|
||||||
#name: MIPS ld-st-la constants (ABI o32)
|
#name: MIPS ld-st-la constants (ABI o32)
|
||||||
#source: ldstla-32.s
|
#source: ldstla-32.s
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#objdump: -r
|
#objdump: -r
|
||||||
|
#as: -mabi=32 -march=mips1
|
||||||
#name: MIPS16 mips16-hilo-match
|
#name: MIPS16 mips16-hilo-match
|
||||||
|
|
||||||
.*: +file format .*mips.*
|
.*: +file format .*mips.*
|
||||||
|
@ -7,4 +7,4 @@
|
|||||||
Disassembly of section .text:
|
Disassembly of section .text:
|
||||||
0+00 <[^>]*> lwxc1 \$f1,a0\(a1\)
|
0+00 <[^>]*> lwxc1 \$f1,a0\(a1\)
|
||||||
0+04 <[^>]*> swxc1 \$f3,a0\(a1\)
|
0+04 <[^>]*> swxc1 \$f3,a0\(a1\)
|
||||||
...
|
#pass
|
||||||
|
Reference in New Issue
Block a user