diff options
author | Chao-ying Fu <fu@mips.com> | 2008-06-27 18:30:11 +0000 |
---|---|---|
committer | Chao-ying Fu <fu@mips.com> | 2008-06-27 18:30:11 +0000 |
commit | 4b4374ecf1894e7de8a3baa4714a8a6510b6bc74 (patch) | |
tree | e84b4810afa943d87316db553f7229c41579ffbb /gas | |
parent | 01c66ae6a6b5eb724e952f188edfba83257fe1c8 (diff) | |
download | gdb-4b4374ecf1894e7de8a3baa4714a8a6510b6bc74.zip gdb-4b4374ecf1894e7de8a3baa4714a8a6510b6bc74.tar.gz gdb-4b4374ecf1894e7de8a3baa4714a8a6510b6bc74.tar.bz2 |
* 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.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 7 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/ldstla-32-shared.d | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/ldstla-32.d | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/mips16-hilo-match.d | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/odd-float.d | 2 |
5 files changed, 11 insertions, 3 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 2013dea..8366360 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -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. diff --git a/gas/testsuite/gas/mips/ldstla-32-shared.d b/gas/testsuite/gas/mips/ldstla-32-shared.d index b9e1f13..ff14e99 100644 --- a/gas/testsuite/gas/mips/ldstla-32-shared.d +++ b/gas/testsuite/gas/mips/ldstla-32-shared.d @@ -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 diff --git a/gas/testsuite/gas/mips/ldstla-32.d b/gas/testsuite/gas/mips/ldstla-32.d index 6c467c4..ab623c0 100644 --- a/gas/testsuite/gas/mips/ldstla-32.d +++ b/gas/testsuite/gas/mips/ldstla-32.d @@ -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 diff --git a/gas/testsuite/gas/mips/mips16-hilo-match.d b/gas/testsuite/gas/mips/mips16-hilo-match.d index effd9bb..4a86bbc 100644 --- a/gas/testsuite/gas/mips/mips16-hilo-match.d +++ b/gas/testsuite/gas/mips/mips16-hilo-match.d @@ -1,4 +1,5 @@ #objdump: -r +#as: -mabi=32 -march=mips1 #name: MIPS16 mips16-hilo-match .*: +file format .*mips.* diff --git a/gas/testsuite/gas/mips/odd-float.d b/gas/testsuite/gas/mips/odd-float.d index 24ac3ad..3ab3293 100644 --- a/gas/testsuite/gas/mips/odd-float.d +++ b/gas/testsuite/gas/mips/odd-float.d @@ -7,4 +7,4 @@ Disassembly of section .text: 0+00 <[^>]*> lwxc1 \$f1,a0\(a1\) 0+04 <[^>]*> swxc1 \$f3,a0\(a1\) - ... +#pass |