PR 100168: Fix call test on power10.
Fix a test that was checking for 64-bit TOC calls, to also allow for PC-relative calls. 2021-07-28 Michael Meissner <meissner@linux.ibm.com> gcc/testsuite PR testsuite/100168 * gcc.dg/pr56727-2.c: Add support for PC-relative calls.
This commit is contained in:
parent
37eb3ef48c
commit
f471739e63
1 changed files with 1 additions and 1 deletions
|
@ -18,4 +18,4 @@ void h ()
|
|||
|
||||
/* { dg-final { scan-assembler "@(PLT|plt)" { target i?86-*-* x86_64-*-* } } } */
|
||||
/* { dg-final { scan-assembler "@(PLT|plt)" { target { powerpc*-*-linux* && ilp32 } } } } */
|
||||
/* { dg-final { scan-assembler "bl f\n\\s*nop" { target { powerpc*-*-linux* && lp64 } } } } */
|
||||
/* { dg-final { scan-assembler "(bl f\n\\s*nop)|(bl f@notoc)" { target { powerpc*-*-linux* && lp64 } } } } */
|
||||
|
|
Loading…
Add table
Reference in a new issue