From dafa877d360978c80c71ce6c64a4cbc29effdd10 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Sat, 12 Dec 2015 21:28:27 +1030 Subject: [PATCH] Fix SH gas testsuite invalid assembly exposed by ec9ab52c * gas/sh/tlsd.s: Use .tdata not .tbss. * gas/sh/tlsnopic.s: Likewise. --- gas/testsuite/ChangeLog | 5 +++++ gas/testsuite/gas/sh/tlsd.s | 2 +- gas/testsuite/gas/sh/tlsnopic.s | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index cd81f935919..f288ca7d208 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2015-12-12 Alan Modra + + * gas/sh/tlsd.s: Use .tdata not .tbss. + * gas/sh/tlsnopic.s: Likewise. + 2015-12-11 Matthew Wahab * gas/aarch64/system-2.d: Enable the statistical profiling diff --git a/gas/testsuite/gas/sh/tlsd.s b/gas/testsuite/gas/sh/tlsd.s index 8bf4f4e0e57..fd4f4480aa2 100644 --- a/gas/testsuite/gas/sh/tlsd.s +++ b/gas/testsuite/gas/sh/tlsd.s @@ -1,4 +1,4 @@ - .section .tbss,"awT",@nobits + .section .tdata,"awT",@progbits .align 2 .global foo, bar .hidden bar diff --git a/gas/testsuite/gas/sh/tlsnopic.s b/gas/testsuite/gas/sh/tlsnopic.s index 8f4d00b8e75..fac00a0d5a3 100644 --- a/gas/testsuite/gas/sh/tlsnopic.s +++ b/gas/testsuite/gas/sh/tlsnopic.s @@ -1,4 +1,4 @@ - .section .tbss,"awT",@nobits + .section .tdata,"awT",@progbits .align 2 .long foo .text -- 2.30.2