From 88fe28bd767847d61c34ff4595d672609d76174a Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Wed, 7 Jan 2009 03:27:11 +0000 Subject: * ld-cris/tls-e-20.d, ld-cris/tls-e-20a.d, ld-cris/tls-e-21.d, ld-cris/tls-e-23.d, ld-cris/tls-e-66.d, ld-cris/tls-gd-3.d, ld-cris/tls-gd-3h.d, ld-cris/tls-global-74.d, ld-cris/tls-ie-8e1.d, ld-cris/tls-ldgde-14.d, ld-cris/tls-ldgde-15.d, ld-cris/tls-le-12.d, ld-cris/tls-le-13.d, ld-cris/tls-le-13s.d, ld-cris/tls-legd-16.d, ld-cris/tls-legd-17.d, ld-cris/tls-legdx-16.d, ld-cris/tls-legdx-17.d, ld-cris/tls-leie-18.d, ld-cris/tls-leie-19.d, ld-cris/tls-local-57.d, ld-cris/tls-local-58.d, ld-cris/tls-local-59.d: Adjust for relocation value now offset by negative program TLS block size. * ld-cris/tls-le-12s.d: Ditto. Move 128-byte tls-data to last. Adjust accordingly. * ld-cris/tls-le-12s.s: Use movs, not movu, for sign-extended always-negative relocation. * ld-cris/tls-tprelm.s: Move filler data to after symbol for tested relocation. * ld-cris/tls-ok-36.d: Adjust accordingly. --- ld/testsuite/ld-cris/tls-leie-19.d | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ld/testsuite/ld-cris/tls-leie-19.d') diff --git a/ld/testsuite/ld-cris/tls-leie-19.d b/ld/testsuite/ld-cris/tls-leie-19.d index f294b77..6cf69b2 100644 --- a/ld/testsuite/ld-cris/tls-leie-19.d +++ b/ld/testsuite/ld-cris/tls-leie-19.d @@ -37,8 +37,8 @@ SYMBOL TABLE: Contents of section \.text: #... Contents of section \.got: - 82144 0+ 0+ 0+ 840+ .* - 82154 80+ .* + 82144 0+ 0+ 0+ f4ffffff .* + 82154 f0ffffff .* Disassembly of section \.text: @@ -46,11 +46,11 @@ Disassembly of section \.text: 80094: 41b2 moveq 1,\$r11 #... 00080098 : - 80098: 6fae 8800 0000 move.d 88 ,\$r10 + 80098: 6fae f8ff ffff move.d 0xfffffff8,\$r10 #... 000800a0 : - 800a0: 6fae 8c00 0000 move.d 8c ,\$r10 + 800a0: 6fae fcff ffff move.d 0xfffffffc,\$r10 #... 000800a8 : -- cgit v1.1