Fix regression in default.exp caused by _caller_is, etc.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / grbx.c
index 92f732344a361d739a7d63827c330c2b3a69c580..58034bbbaaedc30c9978d3900c33000f79d120ad 100644 (file)
@@ -1,4 +1,4 @@
-static int grbxx __attribute__ ((section (".data03"))) = 'g' + 'r' + 'b' + 'x';
+static int grbxx = 'g' + 'r' + 'b' + 'x';
 
 int grbx (int x)
 {
This page took 0.048067 seconds and 4 git commands to generate.