mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-22 07:00:29 +08:00
revert just-added duplicate fpic target requirement
A moment after pushing the previous patch, I noticed the fpic target requirement markers had already been added to some of the files in the patch from long ago that I've just contributed. This patch reverts the duplicates. for gcc/testsuite/ChangeLog * gcc.target/powerpc/pr67789.c: Revert fpic target requirement duplication. * gcc.target/powerpc/pr83629.c: Likewise. * gcc.target/powerpc/pr84112.c: Likewise.
This commit is contained in:
parent
1c922c1e56
commit
9d5b4b60bd
@ -1,7 +1,6 @@
|
||||
/* { dg-do assemble } */
|
||||
/* { dg-require-effective-target fpic } */
|
||||
/* { dg-options "-O2 -msecure-plt -fPIC" } */
|
||||
/* { dg-require-effective-target fpic } */
|
||||
/* { dg-skip-if "" { powerpc*-*-darwin* powerpc-ibm-aix* } } */
|
||||
|
||||
#define FE_TONEAREST 0
|
||||
|
@ -1,7 +1,6 @@
|
||||
/* { dg-require-effective-target ilp32 } */
|
||||
/* { dg-require-effective-target fpic } */
|
||||
/* { dg-options "-O2 -fPIC -frename-registers --param=sched-autopref-queue-depth=0 -mdejagnu-cpu=603" } */
|
||||
/* { dg-require-effective-target fpic } */
|
||||
|
||||
extern void bar (void *);
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
/* { dg-do compile } */
|
||||
/* { dg-require-effective-target fpic } */
|
||||
/* { dg-options "-mdejagnu-cpu=power8 -O3 -fstack-protector-strong -fpic" } */
|
||||
/* { dg-require-effective-target fpic } */
|
||||
|
||||
char *b;
|
||||
int c, d, e, f;
|
||||
|
Loading…
x
Reference in New Issue
Block a user