* gcc.c-torture/compile/20040323-1.c (_rtld_global): Set to 1.
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Apr 2005 06:45:50 +0000 (06:45 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Apr 2005 06:45:50 +0000 (06:45 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97605 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/20040323-1.c

index 8aa4523..2999619 100644 (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>
 
        * 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 Lis  <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 Lis  <loewis@informatik.hu-berlin.de>
 
        * gcc.c-torture/execute/991221-1.c: New test.
 
index b5e1ce4..77ddadc 100644 (file)
@@ -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