From fe89d132990ddb510f0d62bbe97eb6a17a627daf Mon Sep 17 00:00:00 2001 From: Chao-ying Fu Date: Fri, 27 Jun 2008 18:30:11 +0000 Subject: [PATCH] * 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. --- gas/testsuite/ChangeLog | 7 +++++++ gas/testsuite/gas/mips/ldstla-32-shared.d | 2 +- gas/testsuite/gas/mips/ldstla-32.d | 2 +- gas/testsuite/gas/mips/mips16-hilo-match.d | 1 + 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 2013dea5f7..8366360dd4 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2008-06-27 Chao-ying Fu + + * 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 * 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 b9e1f139d7..ff14e99c25 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 6c467c48bb..ab623c051f 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 effd9bbf2d..4a86bbc8e2 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 24ac3adbb7..3ab3293b32 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 -- 2.11.0