OSDN Git Service

* gcc.target/mips/octeon-exts-2.c: Compile it with -meb.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.target / mips / long-calls-pg.c
1 /* { dg-do compile } */
2 /* { dg-mips-options "-O2 -mabi=32 -march=mips32 -fno-pic -pg -mno-abicalls -mlong-calls" } */
3 /* { dg-final { scan-assembler-not "\tjal\t_mcount" } } */
4 void
5 foo (void)
6 {
7 }