summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/mips/long-calls-pg.c
diff options
context:
space:
mode:
authorbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2009-01-05 10:22:44 +0000
committerbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2009-01-05 10:22:44 +0000
commitb68bb142721b73fc6d95ef3fcd8c22f68bf6da32 (patch)
tree44b8f20e7cf4a8b0f316678ebc9eb4785784df88 /gcc/testsuite/gcc.target/mips/long-calls-pg.c
parentc3c2ede8ef0f4013a4c489892a9d214e98c2e741 (diff)
downloadgcc-b68bb142721b73fc6d95ef3fcd8c22f68bf6da32.tar.gz
2009-01-05 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk r143070 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@143072 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.target/mips/long-calls-pg.c')
-rw-r--r--gcc/testsuite/gcc.target/mips/long-calls-pg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.target/mips/long-calls-pg.c b/gcc/testsuite/gcc.target/mips/long-calls-pg.c
index 7d2d5f16150..5e554c497d8 100644
--- a/gcc/testsuite/gcc.target/mips/long-calls-pg.c
+++ b/gcc/testsuite/gcc.target/mips/long-calls-pg.c
@@ -1,7 +1,7 @@
/* { dg-do compile } */
-/* { dg-mips-options "-O2 -mabi=32 -march=mips32 -fno-pic -pg -mno-abicalls -mlong-calls" } */
+/* { dg-options "-O2 -mabi=32 -pg -mno-abicalls -mlong-calls" } */
/* { dg-final { scan-assembler-not "\tjal\t_mcount" } } */
-void
+NOMIPS16 void
foo (void)
{
}