mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 05:10:33 +08:00
ppc-sdata-1.c: Update to consider the possibility of the compiler referring to register 0 when...
* gcc.dg/ppc-sdata-1.c: Update to consider the possibility of the compiler referring to register 0 when accessing sdata. The linker now patches things up. From-SVN: r89195
This commit is contained in:
parent
0ca541aab9
commit
0dc48e8995
@ -1,3 +1,9 @@
|
||||
2004-10-18 Ben Elliston <bje@au.ibm.com>
|
||||
|
||||
* gcc.dg/ppc-sdata-1.c: Update to consider the possibility of the
|
||||
compiler referring to register 0 when accessing sdata. The linker
|
||||
now patches things up.
|
||||
|
||||
2004-10-17 Andrew Pinski <pinskia@physics.uc.edu>
|
||||
|
||||
PR c/17529
|
||||
|
@ -2,8 +2,8 @@
|
||||
/* { dg-options "-O2 -fno-common -G 8 -meabi -msdata=eabi" } */
|
||||
/* { dg-final { scan-assembler "\\.section\[ \t\]\\.sdata," } } */
|
||||
/* { dg-final { scan-assembler "\\.section\[ \t\]\\.sdata2," } } */
|
||||
/* { dg-final { scan-assembler "sdat@sdarel\\(13\\)" } } */
|
||||
/* { dg-final { scan-assembler "sdat2@sda21\\(2\\)" } } */
|
||||
/* { dg-final { scan-assembler "sdat@sda21\\((13|0)\\)" } } */
|
||||
/* { dg-final { scan-assembler "sdat2@sda21\\((2|0)\\)" } } */
|
||||
|
||||
|
||||
int sdat = 2;
|
||||
|
Loading…
x
Reference in New Issue
Block a user