[gdb/testsuite] Stabilize gdb-caching-proc.exp test order
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / bar.c
index 8a4da9802f8cc6c88154295af547fe85d124c56c..dd0bf923a3d1c1fff46a75dcd6be6c5648b1728e 100644 (file)
@@ -1,4 +1,4 @@
-static int barx __attribute__ ((section (".data01"))) = 'b' + 'a' + 'r';
+static int barx = 'b' + 'a' + 'r';
 
 int bar (int x)
 {
This page took 0.028964 seconds and 4 git commands to generate.