aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2009-01-07 03:27:11 +0000
committerHans-Peter Nilsson <hp@axis.com>2009-01-07 03:27:11 +0000
commit88fe28bd767847d61c34ff4595d672609d76174a (patch)
tree3b31534dabba68e98c29485179c86b845382e8cc /ld
parentc6f38234a77e5c881e73d4da05001d2e27a60e8f (diff)
downloadfsf-binutils-gdb-88fe28bd767847d61c34ff4595d672609d76174a.zip
fsf-binutils-gdb-88fe28bd767847d61c34ff4595d672609d76174a.tar.gz
fsf-binutils-gdb-88fe28bd767847d61c34ff4595d672609d76174a.tar.bz2
* 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.
Diffstat (limited to 'ld')
-rw-r--r--ld/testsuite/ChangeLog21
-rw-r--r--ld/testsuite/ld-cris/tls-e-20.d2
-rw-r--r--ld/testsuite/ld-cris/tls-e-20a.d2
-rw-r--r--ld/testsuite/ld-cris/tls-e-21.d2
-rw-r--r--ld/testsuite/ld-cris/tls-e-23.d2
-rw-r--r--ld/testsuite/ld-cris/tls-e-66.d2
-rw-r--r--ld/testsuite/ld-cris/tls-gd-3.d2
-rw-r--r--ld/testsuite/ld-cris/tls-gd-3h.d2
-rw-r--r--ld/testsuite/ld-cris/tls-global-74.d4
-rw-r--r--ld/testsuite/ld-cris/tls-ie-8e1.d2
-rw-r--r--ld/testsuite/ld-cris/tls-ldgde-14.d4
-rw-r--r--ld/testsuite/ld-cris/tls-ldgde-15.d4
-rw-r--r--ld/testsuite/ld-cris/tls-le-12.d2
-rw-r--r--ld/testsuite/ld-cris/tls-le-12s.d6
-rw-r--r--ld/testsuite/ld-cris/tls-le-12s.s2
-rw-r--r--ld/testsuite/ld-cris/tls-le-13.d4
-rw-r--r--ld/testsuite/ld-cris/tls-le-13s.d4
-rw-r--r--ld/testsuite/ld-cris/tls-legd-16.d6
-rw-r--r--ld/testsuite/ld-cris/tls-legd-17.d6
-rw-r--r--ld/testsuite/ld-cris/tls-legdx-16.d2
-rw-r--r--ld/testsuite/ld-cris/tls-legdx-17.d2
-rw-r--r--ld/testsuite/ld-cris/tls-leie-18.d8
-rw-r--r--ld/testsuite/ld-cris/tls-leie-19.d8
-rw-r--r--ld/testsuite/ld-cris/tls-local-57.d2
-rw-r--r--ld/testsuite/ld-cris/tls-local-58.d2
-rw-r--r--ld/testsuite/ld-cris/tls-local-59.d4
-rw-r--r--ld/testsuite/ld-cris/tls-ok-36.d2
-rw-r--r--ld/testsuite/ld-cris/tls-tprelm.s12
28 files changed, 71 insertions, 50 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index 74e8154..f0728e5 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,3 +1,24 @@
+2009-01-07 Hans-Peter Nilsson <hp@axis.com>
+
+ * 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.
+
2009-01-03 Hans-Peter Nilsson <hp@axis.com>
* ld-cris/tls-js1.d: New test.
diff --git a/ld/testsuite/ld-cris/tls-e-20.d b/ld/testsuite/ld-cris/tls-e-20.d
index d4d4116..81ec6d0 100644
--- a/ld/testsuite/ld-cris/tls-e-20.d
+++ b/ld/testsuite/ld-cris/tls-e-20.d
@@ -53,7 +53,7 @@ Contents of section \.tdata:
820b0 28000000 29000000 2a000000 .*
Contents of section \.got:
820bc 00000000 00000000 00000000 01000000 .*
- 820cc 00000000 00000000 01000000 00000000 .*
+ 820cc 00000000 f4ffffff 01000000 f4ffffff .*
Disassembly of section \.text:
diff --git a/ld/testsuite/ld-cris/tls-e-20a.d b/ld/testsuite/ld-cris/tls-e-20a.d
index 47f0a50..ba195fc 100644
--- a/ld/testsuite/ld-cris/tls-e-20a.d
+++ b/ld/testsuite/ld-cris/tls-e-20a.d
@@ -75,7 +75,7 @@ Contents of section \.tdata:
8215c 28000000 29000000 2a000000 .*
Contents of section \.got:
82168 00000000 00000000 00000000 01000000 .*
- 82178 00000000 80000000 01000000 80000000 .*
+ 82178 00000000 f4ffffff 01000000 f4ffffff .*
82188 b4210800 ac210800 bc210800 b8210800 .*
82198 a4210800 b0210800 a8210800 .*
Contents of section \.data:
diff --git a/ld/testsuite/ld-cris/tls-e-21.d b/ld/testsuite/ld-cris/tls-e-21.d
index fa56b9f..7c383c0 100644
--- a/ld/testsuite/ld-cris/tls-e-21.d
+++ b/ld/testsuite/ld-cris/tls-e-21.d
@@ -27,7 +27,7 @@ Contents of section \.tdata:
#...
Contents of section \.got:
82124 00000000 00000000 00000000 01000000 .*
- 82134 80000000 .*
+ 82134 fcffffff .*
Disassembly of section \.text:
diff --git a/ld/testsuite/ld-cris/tls-e-23.d b/ld/testsuite/ld-cris/tls-e-23.d
index 3ac4639..499899e 100644
--- a/ld/testsuite/ld-cris/tls-e-23.d
+++ b/ld/testsuite/ld-cris/tls-e-23.d
@@ -26,7 +26,7 @@ Contents of section \.text:
Contents of section \.tdata:
#...
Contents of section \.got:
- 82124 00000000 00000000 00000000 80000000 .*
+ 82124 00000000 00000000 00000000 fcffffff .*
Disassembly of section \.text:
diff --git a/ld/testsuite/ld-cris/tls-e-66.d b/ld/testsuite/ld-cris/tls-e-66.d
index a073b94..ba1755d 100644
--- a/ld/testsuite/ld-cris/tls-e-66.d
+++ b/ld/testsuite/ld-cris/tls-e-66.d
@@ -33,5 +33,5 @@ Disassembly of section \.text:
80094: 41b2 moveq 1,\$r11
#...
00080098 <tlsfn12>:
- 80098: 5fac 0000 movu\.w 0x0,\$r10
+ 80098: 7fac fcff movs\.w -4,\$r10
#...
diff --git a/ld/testsuite/ld-cris/tls-gd-3.d b/ld/testsuite/ld-cris/tls-gd-3.d
index b2de851..9019626 100644
--- a/ld/testsuite/ld-cris/tls-gd-3.d
+++ b/ld/testsuite/ld-cris/tls-gd-3.d
@@ -27,7 +27,7 @@ Contents of section \.tdata:
#...
Contents of section \.got:
82124 00000000 00000000 00000000 01000000 .*
- 82134 80000000 .*
+ 82134 fcffffff .*
Disassembly of section \.text:
diff --git a/ld/testsuite/ld-cris/tls-gd-3h.d b/ld/testsuite/ld-cris/tls-gd-3h.d
index 78f109d..c2b33f5 100644
--- a/ld/testsuite/ld-cris/tls-gd-3h.d
+++ b/ld/testsuite/ld-cris/tls-gd-3h.d
@@ -27,7 +27,7 @@ Contents of section \.tdata:
#...
Contents of section \.got:
82124 00000000 00000000 00000000 01000000 .*
- 82134 80000000 .*
+ 82134 fcffffff .*
Disassembly of section \.text:
diff --git a/ld/testsuite/ld-cris/tls-global-74.d b/ld/testsuite/ld-cris/tls-global-74.d
index 964246e..53849b4 100644
--- a/ld/testsuite/ld-cris/tls-global-74.d
+++ b/ld/testsuite/ld-cris/tls-global-74.d
@@ -24,5 +24,5 @@ Contents of section .text:
800a4 0+ 5fae1000 5fae0c00 .*
#...
Contents of section \.got:
- 820b4 0+ 0+ 0+ 0+ .*
- 820c4 010+ 0+ .*
+ 820b4 0+ 0+ 0+ fcffffff .*
+ 820c4 010+ fcffffff .*
diff --git a/ld/testsuite/ld-cris/tls-ie-8e1.d b/ld/testsuite/ld-cris/tls-ie-8e1.d
index e2bcfd2..0093935 100644
--- a/ld/testsuite/ld-cris/tls-ie-8e1.d
+++ b/ld/testsuite/ld-cris/tls-ie-8e1.d
@@ -30,7 +30,7 @@ Contents of section .text:
80094 41b20000 6fae3021 08000000 .*
#...
Contents of section .got:
- 82124 00000000 00000000 00000000 80000000 .*
+ 82124 00000000 00000000 00000000 fcffffff .*
Disassembly of section .text:
diff --git a/ld/testsuite/ld-cris/tls-ldgde-14.d b/ld/testsuite/ld-cris/tls-ldgde-14.d
index 87f73be..b37da6a 100644
--- a/ld/testsuite/ld-cris/tls-ldgde-14.d
+++ b/ld/testsuite/ld-cris/tls-ldgde-14.d
@@ -42,8 +42,8 @@ Contents of section \.tdata:
#...
Contents of section \.got:
82138 00000000 00000000 00000000 01000000 .*
- 82148 00000000 01000000 80000000 01000000 .*
- 82158 84000000 .*
+ 82148 00000000 01000000 f0ffffff 01000000 .*
+ 82158 f4ffffff .*
Disassembly of section \.text:
diff --git a/ld/testsuite/ld-cris/tls-ldgde-15.d b/ld/testsuite/ld-cris/tls-ldgde-15.d
index ae56365..9b076f7 100644
--- a/ld/testsuite/ld-cris/tls-ldgde-15.d
+++ b/ld/testsuite/ld-cris/tls-ldgde-15.d
@@ -42,8 +42,8 @@ Contents of section \.tdata:
#...
Contents of section \.got:
82144 00000000 00000000 00000000 01000000 .*
- 82154 00000000 01000000 80000000 01000000 .*
- 82164 84000000 .*
+ 82154 00000000 01000000 f0ffffff 01000000 .*
+ 82164 f4ffffff .*
Disassembly of section \.text:
diff --git a/ld/testsuite/ld-cris/tls-le-12.d b/ld/testsuite/ld-cris/tls-le-12.d
index cc4025a..d24b21b 100644
--- a/ld/testsuite/ld-cris/tls-le-12.d
+++ b/ld/testsuite/ld-cris/tls-le-12.d
@@ -34,5 +34,5 @@ Disassembly of section \.text:
80094: 41b2 moveq 1,\$r11
#...
00080098 <tlsfn12>:
- 80098: 6fae 8000 0000 move\.d 80 <z>,\$r10
+ 80098: 6fae fcff ffff move\.d 0xfffffffc,\$r10
#...
diff --git a/ld/testsuite/ld-cris/tls-le-12s.d b/ld/testsuite/ld-cris/tls-le-12s.d
index 8b9fb8f..96570e9 100644
--- a/ld/testsuite/ld-cris/tls-le-12s.d
+++ b/ld/testsuite/ld-cris/tls-le-12s.d
@@ -1,7 +1,7 @@
#source: start1.s
-#source: tls128.s
#source: tls-le-12s.s
#source: tls-z.s
+#source: tls128.s
#as: --no-underscore --em=criself -I$srcdir/$subdir
#ld: -m crislinux
#objdump: -d -s -t -r -p -h
@@ -21,7 +21,7 @@ private flags = 0:
CONTENTS.*
SYMBOL TABLE:
#...
-0+80 g \.tdata 0+4 z
+0+ g \.tdata 0+4 z
#...
Contents of section \.text:
#...
@@ -34,5 +34,5 @@ Disassembly of section \.text:
80094: 41b2 moveq 1,\$r11
#...
00080098 <tlsfn12>:
- 80098: 5fac 8000 movu\.w 0x80,\$r10
+ 80098: 7fac 7cff movs\.w -132,\$r10
#...
diff --git a/ld/testsuite/ld-cris/tls-le-12s.s b/ld/testsuite/ld-cris/tls-le-12s.s
index 8edcbf6..12e00e1 100644
--- a/ld/testsuite/ld-cris/tls-le-12s.s
+++ b/ld/testsuite/ld-cris/tls-le-12s.s
@@ -3,6 +3,6 @@
.type tlsfn12,@function
.p2align 1
tlsfn12:
- movu.w z:TPOFF16,$r10
+ movs.w z:TPOFF16,$r10
.Lfe12:
.size tlsfn12,.Lfe12-tlsfn12
diff --git a/ld/testsuite/ld-cris/tls-le-13.d b/ld/testsuite/ld-cris/tls-le-13.d
index 0589eb3..3d969ac 100644
--- a/ld/testsuite/ld-cris/tls-le-13.d
+++ b/ld/testsuite/ld-cris/tls-le-13.d
@@ -36,6 +36,6 @@ Disassembly of section \.text:
80094: 41b2 moveq 1,\$r11
#...
00080098 <tlsfn13>:
- 80098: 6fae 8000 0000 move\.d 80 <x1>,\$r10
- 8009e: 6fae 8400 0000 move\.d 84 <x2>,\$r10
+ 80098: 6fae f8ff ffff move\.d 0xfffffff8,\$r10
+ 8009e: 6fae fcff ffff move\.d 0xfffffffc,\$r10
#...
diff --git a/ld/testsuite/ld-cris/tls-le-13s.d b/ld/testsuite/ld-cris/tls-le-13s.d
index 601ad22..146c913 100644
--- a/ld/testsuite/ld-cris/tls-le-13s.d
+++ b/ld/testsuite/ld-cris/tls-le-13s.d
@@ -36,5 +36,5 @@ Disassembly of section \.text:
80094: 41b2 moveq 1,\$r11
#...
00080098 <tlsfn13>:
- 80098: 5fae 8000 move\.w 0x80,\$r10
- 8009c: 5fae 8400 move\.w 0x84,\$r10
+ 80098: 5fae f8ff move\.w 0xfff8,\$r10
+ 8009c: 5fae fcff move\.w 0xfffc,\$r10
diff --git a/ld/testsuite/ld-cris/tls-legd-16.d b/ld/testsuite/ld-cris/tls-legd-16.d
index 6525042..9f464ad 100644
--- a/ld/testsuite/ld-cris/tls-legd-16.d
+++ b/ld/testsuite/ld-cris/tls-legd-16.d
@@ -39,7 +39,7 @@ Contents of section \.text:
#...
Contents of section \.got:
82144 0+ 0+ 0+ 010+ .*
- 82154 80+ 010+ 840+ .*
+ 82154 f0ffffff 010+ f4ffffff .*
Disassembly of section \.text:
@@ -47,8 +47,8 @@ Disassembly of section \.text:
80094: 41b2 moveq 1,\$r11
#...
00080098 <tlsfn13>:
- 80098: 6fae 8800 0000 move.d 88 <x1>,\$r10
- 8009e: 6fae 8c00 0000 move.d 8c <x2>,\$r10
+ 80098: 6fae f8ff ffff move.d 0xfffffff8,\$r10
+ 8009e: 6fae fcff ffff move.d 0xfffffffc,\$r10
000800a4 <tlsfn>:
800a4: 6fae 5021 0800 move.d 82150 <_GLOBAL_OFFSET_TABLE_\+0xc>,\$r10
diff --git a/ld/testsuite/ld-cris/tls-legd-17.d b/ld/testsuite/ld-cris/tls-legd-17.d
index 328d1fd..2ee2139 100644
--- a/ld/testsuite/ld-cris/tls-legd-17.d
+++ b/ld/testsuite/ld-cris/tls-legd-17.d
@@ -39,7 +39,7 @@ Contents of section \.text:
#...
Contents of section \.got:
8213c 0+ 0+ 0+ 010+ .*
- 8214c 80+ 010+ 840+ .*
+ 8214c f0ffffff 010+ f4ffffff .*
Disassembly of section \.text:
@@ -47,8 +47,8 @@ Disassembly of section \.text:
80094: 41b2 moveq 1,\$r11
#...
00080098 <tlsfn13>:
- 80098: 5fae 8800 move.w 0x88,\$r10
- 8009c: 5fae 8c00 move.w 0x8c,\$r10
+ 80098: 5fae f8ff move.w 0xfff8,\$r10
+ 8009c: 5fae fcff move.w 0xfffc,\$r10
000800a0 <tlsdsofn2>:
800a0: 6fae 0c00 0000 move.d c <tls128\+0xc>,\$r10
diff --git a/ld/testsuite/ld-cris/tls-legdx-16.d b/ld/testsuite/ld-cris/tls-legdx-16.d
index 8ce4280..1e3bc3e 100644
--- a/ld/testsuite/ld-cris/tls-legdx-16.d
+++ b/ld/testsuite/ld-cris/tls-legdx-16.d
@@ -44,7 +44,7 @@ OFFSET TYPE VALUE
Contents of section .interp:
#...
Contents of section \.text:
- 801dc 41b20000 6fae8000 00006fae 84000000 .*
+ 801dc 41b20000 6faef8ff ffff6fae fcffffff .*
801ec 6fae1023 08000000 6fae1823 08000000 .*
#...
Contents of section \.got:
diff --git a/ld/testsuite/ld-cris/tls-legdx-17.d b/ld/testsuite/ld-cris/tls-legdx-17.d
index 5a76604..1d1c5ea 100644
--- a/ld/testsuite/ld-cris/tls-legdx-17.d
+++ b/ld/testsuite/ld-cris/tls-legdx-17.d
@@ -46,7 +46,7 @@ OFFSET TYPE VALUE
Contents of section .interp:
#...
Contents of section \.text:
- 801dc 41b20000 5fae8000 5fae8400 6fae0c00 .*
+ 801dc 41b20000 5faef8ff 5faefcff 6fae0c00 .*
801ec 00000000 5fae1400 .*
#...
Contents of section \.got:
diff --git a/ld/testsuite/ld-cris/tls-leie-18.d b/ld/testsuite/ld-cris/tls-leie-18.d
index e4d1601..edff43c 100644
--- a/ld/testsuite/ld-cris/tls-leie-18.d
+++ b/ld/testsuite/ld-cris/tls-leie-18.d
@@ -30,8 +30,8 @@ SYMBOL TABLE:
Contents of section \.text:
#...
Contents of section \.got:
- 82130 0+ 0+ 0+ 840+ .*
- 82140 80+ ....
+ 82130 0+ 0+ 0+ fcffffff .*
+ 82140 f8ffffff .*
Disassembly of section \.text:
@@ -39,8 +39,8 @@ Disassembly of section \.text:
80094: 41b2 moveq 1,\$r11
#...
00080098 <tlsfn13>:
- 80098: 5fae 8000 move.w 0x80,\$r10
- 8009c: 5fae 8400 move.w 0x84,\$r10
+ 80098: 5fae f8ff move.w 0xfff8,\$r10
+ 8009c: 5fae fcff move.w 0xfffc,\$r10
000800a0 <tlsdsofn9>:
800a0: 5fae 1000 move.w 0x10,\$r10
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 <tlsfn19>:
- 80098: 6fae 8800 0000 move.d 88 <x>,\$r10
+ 80098: 6fae f8ff ffff move.d 0xfffffff8,\$r10
#...
000800a0 <tlsfn12>:
- 800a0: 6fae 8c00 0000 move.d 8c <z>,\$r10
+ 800a0: 6fae fcff ffff move.d 0xfffffffc,\$r10
#...
000800a8 <tlsdsofn>:
diff --git a/ld/testsuite/ld-cris/tls-local-57.d b/ld/testsuite/ld-cris/tls-local-57.d
index 03899a7..5756657 100644
--- a/ld/testsuite/ld-cris/tls-local-57.d
+++ b/ld/testsuite/ld-cris/tls-local-57.d
@@ -20,4 +20,4 @@ Contents of section .text:
#...
Contents of section \.got:
82124 0+ 0+ 0+ 010+ .*
- 82134 040+ .*
+ 82134 80ffffff .*
diff --git a/ld/testsuite/ld-cris/tls-local-58.d b/ld/testsuite/ld-cris/tls-local-58.d
index 2f68a88..7e130cf 100644
--- a/ld/testsuite/ld-cris/tls-local-58.d
+++ b/ld/testsuite/ld-cris/tls-local-58.d
@@ -21,4 +21,4 @@ Contents of section .text:
#...
Contents of section \.got:
82128 0+ 0+ 0+ 010+ .*
- 82138 040+ .*
+ 82138 80ffffff .*
diff --git a/ld/testsuite/ld-cris/tls-local-59.d b/ld/testsuite/ld-cris/tls-local-59.d
index fd033e4..0130a97 100644
--- a/ld/testsuite/ld-cris/tls-local-59.d
+++ b/ld/testsuite/ld-cris/tls-local-59.d
@@ -21,5 +21,5 @@ Contents of section .text:
800a4 5fae1000 5fae0c00 .*
#...
Contents of section \.got:
- 82130 0+ 0+ 0+ 040+ .*
- 82140 010+ 040+ .*
+ 82130 0+ 0+ 0+ 80ffffff .*
+ 82140 010+ 80ffffff .*
diff --git a/ld/testsuite/ld-cris/tls-ok-36.d b/ld/testsuite/ld-cris/tls-ok-36.d
index 506f7c9..fcfecb9 100644
--- a/ld/testsuite/ld-cris/tls-ok-36.d
+++ b/ld/testsuite/ld-cris/tls-ok-36.d
@@ -9,7 +9,7 @@
.*: file format elf32-cris
Contents of section \.text:
- 80094 41b20000 5faeff7f .*
+ 80094 41b20000 5fae0080 .*
Contents of section \.tdata:
8209c 2a2a2a2a 2a2a2a2a 2a2a2a2a 2a2a2a2a .*
#...
diff --git a/ld/testsuite/ld-cris/tls-tprelm.s b/ld/testsuite/ld-cris/tls-tprelm.s
index 7d03ddd..93fd671 100644
--- a/ld/testsuite/ld-cris/tls-tprelm.s
+++ b/ld/testsuite/ld-cris/tls-tprelm.s
@@ -12,15 +12,15 @@ tlsfntprelm:
.Lfe:
.size tlsfntprelm,.Lfe-tlsfntprelm
- .globl z
.section .tdata,"awT",@progbits
.p2align 2
- .type z,@object
- .size z,r
-z:
- .fill r,1,42
-
.type x,@object
.size x,1
x:
.byte 42
+
+ .globl z
+ .type z,@object
+ .size z,r
+z:
+ .fill r,1,42