From c3f3d53bb579b1e03b5f0784feab50aabf1912f6 Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Wed, 19 Nov 2008 06:16:54 +0000 Subject: [PATCH] * gas/cris/rd-tls-1.d, gas/cris/rd-tls-1.s: Use a local thread variable instead of .text location for :GD decoration test. --- gas/testsuite/ChangeLog | 5 +++++ gas/testsuite/gas/cris/rd-tls-1.d | 2 +- gas/testsuite/gas/cris/rd-tls-1.s | 9 ++++++++- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index e6d694920e..f95f1e12b6 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2008-11-19 Hans-Peter Nilsson + + * gas/cris/rd-tls-1.d, gas/cris/rd-tls-1.s: Use a local thread + variable instead of .text location for :GD decoration test. + 2008-11-18 Catherine Moore * gas/arm/half-prec-neon.d: New. diff --git a/gas/testsuite/gas/cris/rd-tls-1.d b/gas/testsuite/gas/cris/rd-tls-1.d index db2c8f9f7a..83aa044f23 100644 --- a/gas/testsuite/gas/cris/rd-tls-1.d +++ b/gas/testsuite/gas/cris/rd-tls-1.d @@ -8,7 +8,7 @@ Disassembly of section \.text: 0+ : [ ]+0:[ ]+af1e 0000 0000[ ]+sub\.d 0 ,\$?r1 -[ ]+2:[ ]+R_CRIS_32_GD \.text +[ ]+2:[ ]+R_CRIS_32_GD x [ ]+6:[ ]+2f9e 0000 0000[ ]+add\.d 0 ,\$?r9 [ ]+8:[ ]+R_CRIS_32_GD extsym2 [ ]+c:[ ]+6f3d 0000 0000 6aaa[ ]+move\.d \[\$?r3\+0 \],\$?r10 diff --git a/gas/testsuite/gas/cris/rd-tls-1.s b/gas/testsuite/gas/cris/rd-tls-1.s index 05bbefa5a0..4cc9be0f97 100644 --- a/gas/testsuite/gas/cris/rd-tls-1.s +++ b/gas/testsuite/gas/cris/rd-tls-1.s @@ -1,9 +1,16 @@ ; Check that non-PIC TLS operands get their right relocation type. ; First some expected uses, similar to what GCC will emit. + + .section .tdata,"awT",@progbits + .type x, @object + .size x, 4 +x: + .dword 0 + .text .syntax no_register_prefix start: - sub.d .:GD,r1 + sub.d x:GD,r1 add.d extsym2:GD,r9 move.d [r3+extsym:TPOFF],r10 move.w extsym14:TPOFF16+77,r10 -- 2.11.0