Fix SH gas testsuite invalid assembly exposed by ec9ab52c

* gas/sh/tlsd.s: Use .tdata not .tbss.
	* gas/sh/tlsnopic.s: Likewise.
This commit is contained in:
Alan Modra 2015-12-12 21:28:27 +10:30
parent b817670b52
commit dafa877d36
3 changed files with 7 additions and 2 deletions

View 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

View File

@ -1,4 +1,4 @@
.section .tbss,"awT",@nobits
.section .tdata,"awT",@progbits
.align 2
.global foo, bar
.hidden bar

View File

@ -1,4 +1,4 @@
.section .tbss,"awT",@nobits
.section .tdata,"awT",@progbits
.align 2
.long foo
.text