* gdb.base/relocate.c (dummy): Initialize.

This commit is contained in:
Daniel Jacobowitz 2004-02-29 02:58:28 +00:00
parent faae5abe9a
commit 7574fd5374
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-02-28 Daniel Jacobowitz <drow@mvista.com>
* gdb.base/relocate.c (dummy): Initialize.
2004-02-28 Daniel Jacobowitz <drow@mvista.com>
* gdb.base/chng-syms.exp: Anchor exit pattern. Allow

View File

@ -3,7 +3,7 @@ static int static_bar = 2;
/* This padding is just for the benefit of the test harness. It
causes the globals to have different addresses than the functions. */
int dummy[] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
int dummy[] = {1, 1, 1, 1, 1, 1, 1, 1, 1, 1};
int global_foo = 3;
int global_bar = 4;