diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/foo.c')
-rw-r--r-- | gdb/testsuite/gdb.base/foo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/foo.c b/gdb/testsuite/gdb.base/foo.c index ada9cf471ee..2553607d5ec 100644 --- a/gdb/testsuite/gdb.base/foo.c +++ b/gdb/testsuite/gdb.base/foo.c @@ -1,4 +1,4 @@ -static int foox __attribute__ ((section (".data00"))) = 'f' + 'o' + 'o'; +static int foox = 'f' + 'o' + 'o'; int foo (int x) { |