daily update
[external/binutils.git] / gdb / testsuite / gdb.base / foo.c
index ada9cf4..2553607 100644 (file)
@@ -1,4 +1,4 @@
-static int foox __attribute__ ((section (".data00"))) = 'f' + 'o' + 'o';
+static int foox = 'f' + 'o' + 'o';
 
 int foo (int x)
 {