diff options
author | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2005-04-05 06:45:50 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2005-04-05 06:45:50 +0000 |
commit | 3c5ead4814e7a0b4f155b84271665cbafd50a120 (patch) | |
tree | 0937b67192d22cbd810915fb4dfbd445336e0cb5 /gcc | |
parent | c9d3aededbe5dfaf0978b2ff0cf59284b092fbef (diff) | |
download | gcc-3c5ead4814e7a0b4f155b84271665cbafd50a120.zip gcc-3c5ead4814e7a0b4f155b84271665cbafd50a120.tar.gz gcc-3c5ead4814e7a0b4f155b84271665cbafd50a120.tar.bz2 |
* gcc.c-torture/compile/20040323-1.c (_rtld_global): Set to 1.
From-SVN: r97605
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 8 | ||||
-rw-r--r-- | gcc/testsuite/gcc.c-torture/compile/20040323-1.c | 2 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 8aa4523..2999619d 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2005-04-05 Eric Botcazou <ebotcazou@libertysurf.fr> + + * gcc.c-torture/compile/20040323-1.c (_rtld_global): Set to 1. + 2005-04-04 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> * gcc.c-torture/compile/20011119-1.c: Require weak and alias support. @@ -27595,7 +27599,7 @@ Thu Apr 27 15:58:18 MET DST 2000 Jan Hubicka <jh@suse.cz> * gcc.c-torture/compile/labels-2.c: New test. -1999-12-27 Martin von Löwis <loewis@informatik.hu-berlin.de> +1999-12-27 Martin von L�is <loewis@informatik.hu-berlin.de> * gcc.c-torture/execute/991227-1.c: New test. @@ -27603,7 +27607,7 @@ Thu Apr 27 15:58:18 MET DST 2000 Jan Hubicka <jh@suse.cz> * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL. -1999-12-21 Martin von Löwis <loewis@informatik.hu-berlin.de> +1999-12-21 Martin von L�is <loewis@informatik.hu-berlin.de> * gcc.c-torture/execute/991221-1.c: New test. diff --git a/gcc/testsuite/gcc.c-torture/compile/20040323-1.c b/gcc/testsuite/gcc.c-torture/compile/20040323-1.c index b5e1ce4..77ddadc 100644 --- a/gcc/testsuite/gcc.c-torture/compile/20040323-1.c +++ b/gcc/testsuite/gcc.c-torture/compile/20040323-1.c @@ -1,7 +1,7 @@ /* PR middle-end/14694 */ /* { dg-require-alias "" } */ -unsigned int _rtld_global; +unsigned int _rtld_global = 1; extern unsigned int _rtld_local __attribute__ ((alias ("_rtld_global"))); unsigned int |