OSDN Git Service

2002-10-03 H.J. Lu <hjl@gnu.org>
authorH.J. Lu <hjl@lucon.org>
Fri, 4 Oct 2002 07:40:42 +0000 (07:40 +0000)
committerH.J. Lu <hjl@lucon.org>
Fri, 4 Oct 2002 07:40:42 +0000 (07:40 +0000)
* ld-elfvers/vers21.c (_old_foobar): Initialized to -1 for gcc
3.x.

ld/testsuite/ChangeLog
ld/testsuite/ld-elfvers/vers21.c

index 49f516d..f95d0a8 100644 (file)
@@ -1,3 +1,8 @@
+2002-10-03  H.J. Lu <hjl@gnu.org>
+
+       * ld-elfvers/vers21.c (_old_foobar): Initialized to -1 for gcc
+       3.x.
+
 2002-10-03  Chris Demetriou  <cgd@broadcom.com>
 
        * ld-mips-elf/branch-misc-1.d: Link at 0x500000 and use -N, to be
index 23382af..2879c7f 100644 (file)
@@ -27,6 +27,6 @@ _old_foo ()
   return foo ();
 }
 
-int _old_foobar = 0;
+int _old_foobar = -1;
 
 int foobar = 1;