OSDN Git Service

* gcc.target/mips/save-restore-5.c: Add -mno-abicalls.
authordrow <drow@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Jul 2007 12:32:21 +0000 (12:32 +0000)
committerdrow <drow@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Jul 2007 12:32:21 +0000 (12:32 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126586 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/mips/save-restore-5.c

index a74a74f..49e718e 100644 (file)
@@ -1,3 +1,7 @@
+2007-07-12  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gcc.target/mips/save-restore-5.c: Add -mno-abicalls.
+
 2007-07-12  Dorit Nuzman  <dorit@il.ibm.com>
 
        * gcc.dg/vect/costmodel/ppc/costmodel-vect-reduc-1char.c: Loops now
index 6c2f37c..f5f869d 100644 (file)
@@ -1,5 +1,5 @@
 /* Check that we don't try to save the same register twice.  */
-/* { dg-mips-options "-mips32r2 -mgp32 -mips16 -O2" } */
+/* { dg-mips-options "-mips32r2 -mgp32 -mips16 -mno-abicalls -O2" } */
 /* { dg-do assemble } */
 
 int bar (int, int, int, int);