Skip to content
Snippets Groups Projects
Commit 65678b2b authored by YunQiang Su's avatar YunQiang Su
Browse files

MIPS/testsuite: Add -mno-abicalls option to unaligned-2.c

PIC/abicalls option will generate some GOT operation, and some
`ld/sd` instructions are used.

Let's skip them.

gcc/testsuite
	* gcc.target/mips/unaligned-2.c: Add -mno-abicalls option.
parent 50b56872
No related branches found
No related tags found
No related merge requests found
/* { dg-options "isa_rev>=6 -mgp64" } */
/* { dg-options "isa_rev>=6 -mgp64 -mno-abicalls" } */
/* { dg-skip-if "code quality test" { *-*-* } { "-O0" } { "" } } */
/* { dg-final { scan-assembler-not "\tsb\t" } } */
/* { dg-final { scan-assembler-not "\tsh\t" } } */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment