From 4b4374ecf1894e7de8a3baa4714a8a6510b6bc74 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 2013dea5f76..8366360dd47 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 b9e1f139d75..ff14e99c25c 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 6c467c48bb3..ab623c051fc 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 effd9bbf2d3..4a86bbc8e2d 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 24ac3adbb73..3ab3293b325 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.30.2