Skip gcc.target/i386/mcount_pic.c on Solaris

From-SVN: r218080
This commit is contained in:
Rainer Orth 2014-11-26 13:22:16 +00:00
parent 5d45c9c04e
commit 0a7db78819
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
/* { dg-do run } */
/* { dg-require-effective-target fpic } */
/* { dg-require-effective-target ia32 } */
/* { dg-options "-O2 -fpic -p -save-temps" } */
/* { dg-options "-O2 -fpic -pg -save-temps" } */
int main ()
{
@ -11,5 +11,5 @@ int main ()
}
/* { dg-final { scan-assembler "mcount" } } */
/* { dg-final { scan-assembler "get_pc_thunk" } } */
/* { dg-final { scan-assembler "get_pc_thunk" { xfail { *-*-solaris* && { ! gld } } } } } */
/* { dg-final { cleanup-saved-temps } } */

View file

@ -17,4 +17,4 @@ test (__float128 x, int p, func f)
return x;
}
/* { dg-final { scan-assembler "get_pc_thunk" } } */
/* { dg-final { scan-assembler "get_pc_thunk" { xfail { *-*-solaris* && { ! gld } } } } } */