2002-10-03 H.J. Lu <hjl@gnu.org>

* ld-elfvers/vers21.c (_old_foobar): Initialized to -1 for gcc
	3.x.
This commit is contained in:
H.J. Lu 2002-10-04 07:40:42 +00:00
parent 7248f48e57
commit 8b0eebb0b0
2 changed files with 6 additions and 1 deletions

View 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

View File

@ -27,6 +27,6 @@ _old_foo ()
return foo ();
}
int _old_foobar = 0;
int _old_foobar = -1;
int foobar = 1;