* gdb.dwarf2/fission-reread.S: Use .data instead of .bss.
authorDoug Evans <dje@google.com>
Mon, 30 Jul 2012 16:56:04 +0000 (16:56 +0000)
committerDoug Evans <dje@google.com>
Mon, 30 Jul 2012 16:56:04 +0000 (16:56 +0000)
* gdb.dwarf2/pr13961.S: Ditto.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.dwarf2/fission-reread.S
gdb/testsuite/gdb.dwarf2/pr13961.S

index 85d1c61f3666267fe79f7999f13b5e872f477b08..7510b16c9f60450743ff02c321d7934efc298680 100644 (file)
@@ -1,5 +1,8 @@
 2012-07-30  Doug Evans  <dje@google.com>
 
+       * gdb.dwarf2/fission-reread.S: Use .data instead of .bss.
+       * gdb.dwarf2/pr13961.S: Ditto.
+
        * gdb.dwarf2/dw4-sig-types.exp: Fix typo.
 
 2012-07-30  Andrew Burgess  <aburgess@broadcom.com>
index ca8c443e1e2d3a1f2f2757c868b47182ef3e6ffb..3ad6518d53319e18cfdbade090dc446ab1e93e83 100644 (file)
@@ -41,7 +41,7 @@
        .file   "fission-reread.cc"
 
        .globl  baz
-       .bss
+       .data   /* Previously this used .bss, but it's not portable.  */
        .align 4
        .type   baz, @object
        .size   baz, 4
index 3e2b33408f68e9ad306ea152807b8aa391533094..5d7c58c86ed880a69e1aad257dd51711b83a2ced 100644 (file)
@@ -40,7 +40,7 @@
        .file   "pr13961.cc"
 
        .globl  baz
-       .bss
+       .data   /* Previously this used .bss, but it's not portable.  */
        .align 4
        .type   baz, @object
        .size   baz, 4