* gcc.c-torture/compile/20040323-1.c (_rtld_global): Set to 1.

From-SVN: r97605
This commit is contained in:
Eric Botcazou 2005-04-05 06:45:50 +00:00
parent c9d3aededb
commit 3c5ead4814
2 changed files with 7 additions and 3 deletions

View File

@ -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> 2005-04-04 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* gcc.c-torture/compile/20011119-1.c: Require weak and alias support. * 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. * 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<EFBFBD>is <loewis@informatik.hu-berlin.de>
* gcc.c-torture/execute/991227-1.c: New test. * 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. * 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<EFBFBD>is <loewis@informatik.hu-berlin.de>
* gcc.c-torture/execute/991221-1.c: New test. * gcc.c-torture/execute/991221-1.c: New test.

View File

@ -1,7 +1,7 @@
/* PR middle-end/14694 */ /* PR middle-end/14694 */
/* { dg-require-alias "" } */ /* { dg-require-alias "" } */
unsigned int _rtld_global; unsigned int _rtld_global = 1;
extern unsigned int _rtld_local __attribute__ ((alias ("_rtld_global"))); extern unsigned int _rtld_local __attribute__ ((alias ("_rtld_global")));
unsigned int unsigned int