diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index cd81f93591..f288ca7d20 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 8bf4f4e0e5..fd4f4480aa 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 8f4d00b8e7..fac00a0d5a 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