From c8a7d8ce6b15f539968e88ee5d1ac18caed484c5 Mon Sep 17 00:00:00 2001 From: hp Date: Mon, 19 Oct 2009 16:34:30 +0000 Subject: [PATCH] * ld-cris/tls-e-20.d, ld-cris/tls-e-20a.d, ld-cris/tls-e-22.d, ld-cris/tls-e-80.d, ld-cris/tls-e-dtpoffd1.d, ld-cris/tls-e-dtpoffd3.d, ld-cris/tls-ldgde-14.d, ld-cris/tls-ldgde-15.d, ld-cris/tls-ldgdex-14.d, ld-cris/tls-ldgdex-15.d: Adjust for change in non-shared R_CRIS_32_DTPREL and R_CRIS_16_DTPREL relocations. --- ld/testsuite/ChangeLog | 9 +++++++++ ld/testsuite/ld-cris/tls-e-20.d | 2 +- ld/testsuite/ld-cris/tls-e-20a.d | 2 +- ld/testsuite/ld-cris/tls-e-22.d | 2 +- ld/testsuite/ld-cris/tls-e-80.d | 2 +- ld/testsuite/ld-cris/tls-e-dtpoffd1.d | 2 +- ld/testsuite/ld-cris/tls-e-dtpoffd3.d | 2 +- ld/testsuite/ld-cris/tls-ldgde-14.d | 4 ++-- ld/testsuite/ld-cris/tls-ldgde-15.d | 4 ++-- ld/testsuite/ld-cris/tls-ldgdex-14.d | 2 +- ld/testsuite/ld-cris/tls-ldgdex-15.d | 2 +- 11 files changed, 21 insertions(+), 12 deletions(-) diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index b46c834d5b..3fed32efbe 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,12 @@ +2009-10-19 Hans-Peter Nilsson + + * ld-cris/tls-e-20.d, ld-cris/tls-e-20a.d, ld-cris/tls-e-22.d, + ld-cris/tls-e-80.d, ld-cris/tls-e-dtpoffd1.d, + ld-cris/tls-e-dtpoffd3.d, ld-cris/tls-ldgde-14.d, + ld-cris/tls-ldgde-15.d, ld-cris/tls-ldgdex-14.d, + ld-cris/tls-ldgdex-15.d: Adjust for change in non-shared + R_CRIS_32_DTPREL and R_CRIS_16_DTPREL relocations. + 2009-10-17 Arnold Metselaar * ld-scripts/align.exp: Remove xfails for z80-*-coff diff --git a/ld/testsuite/ld-cris/tls-e-20.d b/ld/testsuite/ld-cris/tls-e-20.d index 0c723b06d4..5771d74f16 100644 --- a/ld/testsuite/ld-cris/tls-e-20.d +++ b/ld/testsuite/ld-cris/tls-e-20.d @@ -64,7 +64,7 @@ Disassembly of section \.text: 80098: 6fae 1800 0000 move\.d 18 ,\$r10 #... 000800a0 : - 800a0: 6fae f4ff ffff move\.d 0xfffffff4,\$r10 + 800a0: 6fae 0000 0000 move\.d 0 ,\$r10 #... 000800a8 : 800a8: 6fae 1400 0000 move\.d 14 ,\$r10 diff --git a/ld/testsuite/ld-cris/tls-e-20a.d b/ld/testsuite/ld-cris/tls-e-20a.d index 201e0b114b..5f52881603 100644 --- a/ld/testsuite/ld-cris/tls-e-20a.d +++ b/ld/testsuite/ld-cris/tls-e-20a.d @@ -102,7 +102,7 @@ Disassembly of section \.text: #... 000800cc : - 800cc: 6fae f4ff ffff move\.d 0xfffffff4,\$r10 + 800cc: 6fae 8000 0000 move\.d 80 ,\$r10 #... 000800d4 : diff --git a/ld/testsuite/ld-cris/tls-e-22.d b/ld/testsuite/ld-cris/tls-e-22.d index 1976d99522..93ab45da7b 100644 --- a/ld/testsuite/ld-cris/tls-e-22.d +++ b/ld/testsuite/ld-cris/tls-e-22.d @@ -35,5 +35,5 @@ Disassembly of section \.text: 80094: 41b2 moveq 1,\$r11 #... 00080098 : - 80098: 6fae fcff ffff move\.d 0xfffffffc,\$r10 + 80098: 6fae 8000 0000 move\.d 80 ,\$r10 #... diff --git a/ld/testsuite/ld-cris/tls-e-80.d b/ld/testsuite/ld-cris/tls-e-80.d index 6d84e0041f..603d581c3f 100644 --- a/ld/testsuite/ld-cris/tls-e-80.d +++ b/ld/testsuite/ld-cris/tls-e-80.d @@ -81,7 +81,7 @@ Disassembly of section \.text: 800a8: 6fae b4ff ffff move.d 0xffffffb4,\$r10 #... 000800b0 : - 800b0: 6fae b0ff ffff move\.d 0xffffffb0,\$r10 + 800b0: 6fae 0000 0000 move\.d 0 ,\$r10 #... 000800b8 : 800b8: 6fae 1400 0000 move\.d 14 ,\$r10 diff --git a/ld/testsuite/ld-cris/tls-e-dtpoffd1.d b/ld/testsuite/ld-cris/tls-e-dtpoffd1.d index e81485bf95..5da24b53d5 100644 --- a/ld/testsuite/ld-cris/tls-e-dtpoffd1.d +++ b/ld/testsuite/ld-cris/tls-e-dtpoffd1.d @@ -27,6 +27,6 @@ Contents of section .got: 82120 00000000 00000000 00000000 01000000 .* 82130 80000000 .* Contents of section .debug_info: - 0000 fcffffff .* + 0000 80000000 .* Contents of section .debug_line: #pass diff --git a/ld/testsuite/ld-cris/tls-e-dtpoffd3.d b/ld/testsuite/ld-cris/tls-e-dtpoffd3.d index 8612e38123..6013a3a1e2 100644 --- a/ld/testsuite/ld-cris/tls-e-dtpoffd3.d +++ b/ld/testsuite/ld-cris/tls-e-dtpoffd3.d @@ -27,6 +27,6 @@ Contents of section .got: 8211c 00000000 00000000 00000000 01000000 .* 8212c 80000000 .* Contents of section .debug_info: - 0000 fcffffff .* + 0000 80000000 .* Contents of section .debug_line: #pass diff --git a/ld/testsuite/ld-cris/tls-ldgde-14.d b/ld/testsuite/ld-cris/tls-ldgde-14.d index aa8e60efaa..9eada3eb2a 100644 --- a/ld/testsuite/ld-cris/tls-ldgde-14.d +++ b/ld/testsuite/ld-cris/tls-ldgde-14.d @@ -51,8 +51,8 @@ Disassembly of section \.text: 80094: 41b2 moveq 1,\$r11 #... 00080098 : - 80098: 5fae f8ff move\.w 0xfff8,\$r10 - 8009c: 5fbe fcff move\.w 0xfffc,\$r11 + 80098: 5fae 8800 move\.w 0x88,\$r10 + 8009c: 5fbe 8c00 move\.w 0x8c,\$r11 000800a0 : 800a0: 5fae 1400 move\.w 0x14,\$r10 diff --git a/ld/testsuite/ld-cris/tls-ldgde-15.d b/ld/testsuite/ld-cris/tls-ldgde-15.d index 6e71bcf9ef..d5e993dfee 100644 --- a/ld/testsuite/ld-cris/tls-ldgde-15.d +++ b/ld/testsuite/ld-cris/tls-ldgde-15.d @@ -51,8 +51,8 @@ Disassembly of section \.text: 80094: 41b2 moveq 1,\$r11 #... 00080098 : - 80098: 6fae f8ff ffff move.d 0xfffffff8,\$r10 - 8009e: 6fbe fcff ffff move.d 0xfffffffc,\$r11 + 80098: 6fae 8800 0000 move.d 88 ,\$r10 + 8009e: 6fbe 8c00 0000 move.d 8c ,\$r11 000800a4 : 800a4: 6fae 1400 0000 move.d 14 ,\$r10 #... diff --git a/ld/testsuite/ld-cris/tls-ldgdex-14.d b/ld/testsuite/ld-cris/tls-ldgdex-14.d index 8fdd50040d..83d94a77eb 100644 --- a/ld/testsuite/ld-cris/tls-ldgdex-14.d +++ b/ld/testsuite/ld-cris/tls-ldgdex-14.d @@ -44,7 +44,7 @@ OFFSET TYPE VALUE Contents of section .interp: #... Contents of section \.text: - 801dc 41b20000 5faef8ff 5fbefcff 5fae1400 .* + 801dc 41b20000 5fae8000 5fbe8400 5fae1400 .* 801ec 5fae1c00 .* Contents of section \.tdata: #... diff --git a/ld/testsuite/ld-cris/tls-ldgdex-15.d b/ld/testsuite/ld-cris/tls-ldgdex-15.d index 43bac9fbd6..fca739bf79 100644 --- a/ld/testsuite/ld-cris/tls-ldgdex-15.d +++ b/ld/testsuite/ld-cris/tls-ldgdex-15.d @@ -44,7 +44,7 @@ OFFSET TYPE VALUE Contents of section \.interp: #... Contents of section \.text: - 801dc 41b20000 6faef8ff ffff6fbe fcffffff .* + 801dc 41b20000 6fae8000 00006fbe 84000000 .* 801ec 6fae1400 00000000 6fae1c00 00000000 .* Contents of section \.tdata: #... -- 2.11.0