Fix SH gas testsuite invalid assembly exposed by ec9ab52c
authorAlan Modra <amodra@gmail.com>
Sat, 12 Dec 2015 10:58:27 +0000 (21:28 +1030)
committerAlan Modra <amodra@gmail.com>
Sat, 12 Dec 2015 11:06:39 +0000 (21:36 +1030)
* gas/sh/tlsd.s: Use .tdata not .tbss.
* gas/sh/tlsnopic.s: Likewise.

gas/testsuite/ChangeLog
gas/testsuite/gas/sh/tlsd.s
gas/testsuite/gas/sh/tlsnopic.s

index cd81f93..f288ca7 100644 (file)
@@ -1,3 +1,8 @@
+2015-12-12  Alan Modra  <amodra@gmail.com>
+
+       * gas/sh/tlsd.s: Use .tdata not .tbss.
+       * gas/sh/tlsnopic.s: Likewise.
+
 2015-12-11  Matthew Wahab  <matthew.wahab@arm.com>
 
        * gas/aarch64/system-2.d: Enable the statistical profiling
index 8bf4f4e..fd4f448 100644 (file)
@@ -1,4 +1,4 @@
-       .section        .tbss,"awT",@nobits
+       .section        .tdata,"awT",@progbits
        .align 2
        .global foo, bar
        .hidden bar
index 8f4d00b..fac00a0 100644 (file)
@@ -1,4 +1,4 @@
-       .section        .tbss,"awT",@nobits
+       .section        .tdata,"awT",@progbits
        .align 2
        .long   foo
        .text