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 cd81f935919aa73da3351dd2584c93ef3b0981b0..f288ca7d20802fb05a80f6b1726e8dfea061dba7 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 8bf4f4e0e57958977160ae660f85177421cd826c..fd4f4480aa2ac9e03c0fa526434860cb308cd6b1 100644 (file)
@@ -1,4 +1,4 @@
-       .section        .tbss,"awT",@nobits
+       .section        .tdata,"awT",@progbits
        .align 2
        .global foo, bar
        .hidden bar
index 8f4d00b8e7540adf8a3fed66847aa826657c604b..fac00a0d5a301d1f22b5fe3fd75a2ce8f761691c 100644 (file)
@@ -1,4 +1,4 @@
-       .section        .tbss,"awT",@nobits
+       .section        .tdata,"awT",@progbits
        .align 2
        .long   foo
        .text
This page took 0.029624 seconds and 4 git commands to generate.