diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/baz.c')
-rw-r--r-- | gdb/testsuite/gdb.base/baz.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/baz.c b/gdb/testsuite/gdb.base/baz.c index a13cd16..8da4ffa 100644 --- a/gdb/testsuite/gdb.base/baz.c +++ b/gdb/testsuite/gdb.base/baz.c @@ -1,4 +1,4 @@ -static int bazx __attribute__ ((section (".data02"))) = 'b' + 'a' + 'z'; +static int bazx = 'b' + 'a' + 'z'; int baz (int x) { |