* gdb.dwarf2/pr13961.S: Ditto.
 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>
 
        .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
 
        .file   "pr13961.cc"
 
        .globl  baz
-       .bss
+       .data   /* Previously this used .bss, but it's not portable.  */
        .align 4
        .type   baz, @object
        .size   baz, 4