From: Richard Sandiford Date: Thu, 28 Jul 2005 08:17:27 +0000 (+0000) Subject: mips32-dsp.c: Use -march=mips32 instead of -mips32. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7da3fe7701c9856578979b6dc587f925ab6a0c53;p=gcc.git mips32-dsp.c: Use -march=mips32 instead of -mips32. * gcc.target/mips/mips32-dsp.c: Use -march=mips32 instead of -mips32. * gcc.target/mips/mips32-dsp-type.c: Likewise. From-SVN: r102475 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index c2664f4d8ab..46434bfa1ef 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2005-07-28 Richard Sandiford + + * gcc.target/mips/mips32-dsp.c: Use -march=mips32 instead of -mips32. + * gcc.target/mips/mips32-dsp-type.c: Likewise. + 2005-07-28 Richard Sandiford PR c/22589 diff --git a/gcc/testsuite/gcc.target/mips/mips32-dsp-type.c b/gcc/testsuite/gcc.target/mips/mips32-dsp-type.c index 030a9552c0c..1aa75770284 100644 --- a/gcc/testsuite/gcc.target/mips/mips32-dsp-type.c +++ b/gcc/testsuite/gcc.target/mips/mips32-dsp-type.c @@ -1,6 +1,6 @@ /* Test MIPS32 DSP instructions */ /* { dg-do compile } */ -/* { dg-mips-options "-mips32 -mdsp" } */ +/* { dg-mips-options "-march=mips32 -mdsp" } */ /* { dg-final { scan-assembler "addq.ph" } } */ /* { dg-final { scan-assembler "addu.qb" } } */ /* { dg-final { scan-assembler "subq.ph" } } */ diff --git a/gcc/testsuite/gcc.target/mips/mips32-dsp.c b/gcc/testsuite/gcc.target/mips/mips32-dsp.c index cc38c1b798a..0d015362dd2 100644 --- a/gcc/testsuite/gcc.target/mips/mips32-dsp.c +++ b/gcc/testsuite/gcc.target/mips/mips32-dsp.c @@ -1,6 +1,6 @@ /* Test MIPS32 DSP instructions */ /* { dg-do compile } */ -/* { dg-mips-options "-mips32 -mdsp" } */ +/* { dg-mips-options "-march=mips32 -mdsp" } */ /* { dg-final { scan-assembler "addq.ph" } } */ /* { dg-final { scan-assembler "addq_s.ph" } } */ /* { dg-final { scan-assembler "addq_s.w" } } */