From: Daniel Jacobowitz Date: Sun, 29 Feb 2004 02:58:28 +0000 (+0000) Subject: * gdb.base/relocate.c (dummy): Initialize. X-Git-Tag: gprof-pre-ansify-2004-05-26~1015 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7574fd537458959c90ac2835081e987c2b34217e;p=thirdparty%2Fbinutils-gdb.git * gdb.base/relocate.c (dummy): Initialize. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 493a67b41a4..d23e034cf96 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-02-28 Daniel Jacobowitz + + * gdb.base/relocate.c (dummy): Initialize. + 2004-02-28 Daniel Jacobowitz * gdb.base/chng-syms.exp: Anchor exit pattern. Allow diff --git a/gdb/testsuite/gdb.base/relocate.c b/gdb/testsuite/gdb.base/relocate.c index df8545dc62e..90e70ffe8b6 100644 --- a/gdb/testsuite/gdb.base/relocate.c +++ b/gdb/testsuite/gdb.base/relocate.c @@ -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;