ppc-sdata-1.c: Require nonpic.
* gcc.target/powerpc/ppc-sdata-1.c: Require nonpic. * gcc.target/powerpc/ppc-sdata-2.c: Likewise. From-SVN: r157603
This commit is contained in:
parent
b4c3699ea6
commit
242ba3086f
3 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2010-03-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
* gcc.target/powerpc/ppc-sdata-1.c: Require nonpic.
|
||||
* gcc.target/powerpc/ppc-sdata-2.c: Likewise.
|
||||
|
||||
2010-03-20 Simon Martin <simartin@users.sourceforge.net>
|
||||
Michael Matz <matz@suse.de>
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
/* { dg-do compile { target { { powerpc*-*-linux* && ilp32 } || { powerpc-*-eabi* } } } } */
|
||||
/* { dg-options "-O2 -fno-common -G 8 -meabi -msdata=eabi" } */
|
||||
/* { dg-require-effective-target nonpic } */
|
||||
/* { dg-final { scan-assembler "\\.section\[ \t\]\\.sdata," } } */
|
||||
/* { dg-final { scan-assembler "\\.section\[ \t\]\\.sdata2," } } */
|
||||
/* { dg-final { scan-assembler "sdat@sda21\\((13|0)\\)" } } */
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
/* { dg-do compile { target { { powerpc*-*-linux* && ilp32 } || { powerpc-*-eabi* } } } } */
|
||||
/* { dg-options "-O2 -fno-common -G 8 -msdata=sysv" } */
|
||||
/* { dg-require-effective-target nonpic } */
|
||||
/* { dg-final { scan-assembler "\\.section\[ \t\]\\.sdata," } } */
|
||||
/* { dg-final { scan-assembler-not "\\.section\[ \t\]\\.sdata2," } } */
|
||||
/* { dg-final { scan-assembler "sdat@sdarel\\(13\\)" } } */
|
||||
|
|
Loading…
Add table
Reference in a new issue