mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-02 00:56:27 +00: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:
parent
01c66ae6a6
commit
4b4374ecf1
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
#objdump: -r
|
||||
#as: -mabi=32 -march=mips1
|
||||
#name: MIPS16 mips16-hilo-match
|
||||
|
||||
.*: +file format .*mips.*
|
||||
|
@ -7,4 +7,4 @@
|
||||
Disassembly of section .text:
|
||||
0+00 <[^>]*> lwxc1 \$f1,a0\(a1\)
|
||||
0+04 <[^>]*> swxc1 \$f3,a0\(a1\)
|
||||
...
|
||||
#pass
|
||||
|
Loading…
Reference in New Issue
Block a user