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

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

index 16b8d2f..dcad200 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-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
index ca8c443..3ad6518 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 3e2b334..5d7c58c 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