From 7574fd537458959c90ac2835081e987c2b34217e Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Sun, 29 Feb 2004 02:58:28 +0000 Subject: [PATCH] * gdb.base/relocate.c (dummy): Initialize. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.base/relocate.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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; -- 2.34.1