forked from Imagelibrary/binutils-gdb
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:
@@ -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
|
||||
|
||||
@@ -27,6 +27,6 @@ _old_foo ()
|
||||
return foo ();
|
||||
}
|
||||
|
||||
int _old_foobar = 0;
|
||||
int _old_foobar = -1;
|
||||
|
||||
int foobar = 1;
|
||||
|
||||
Reference in New Issue
Block a user