diff options
Diffstat (limited to 'gcc/testsuite/gcc.target/mips/long-calls-pg.c')
-rw-r--r-- | gcc/testsuite/gcc.target/mips/long-calls-pg.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.target/mips/long-calls-pg.c b/gcc/testsuite/gcc.target/mips/long-calls-pg.c new file mode 100644 index 000000000..5e554c497 --- /dev/null +++ b/gcc/testsuite/gcc.target/mips/long-calls-pg.c @@ -0,0 +1,7 @@ +/* { dg-do compile } */ +/* { dg-options "-O2 -mabi=32 -pg -mno-abicalls -mlong-calls" } */ +/* { dg-final { scan-assembler-not "\tjal\t_mcount" } } */ +NOMIPS16 void +foo (void) +{ +} |