diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2009-10-19 16:34:31 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2009-10-19 16:34:31 +0000 |
commit | 3ee29d56ee2e4d98904b331c15a82b27668ff88d (patch) | |
tree | 5ca8e604522a4cccb8ea77d69e3a9f1f4c39cd0f /ld/testsuite/ld-cris/tls-ldgde-15.d | |
parent | ebf275e360c4abc6a2137f2b25b29fcd7ed551be (diff) | |
download | gdb-3ee29d56ee2e4d98904b331c15a82b27668ff88d.zip gdb-3ee29d56ee2e4d98904b331c15a82b27668ff88d.tar.gz gdb-3ee29d56ee2e4d98904b331c15a82b27668ff88d.tar.bz2 |
* 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.
Diffstat (limited to 'ld/testsuite/ld-cris/tls-ldgde-15.d')
-rw-r--r-- | ld/testsuite/ld-cris/tls-ldgde-15.d | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/testsuite/ld-cris/tls-ldgde-15.d b/ld/testsuite/ld-cris/tls-ldgde-15.d index 6e71bcf..d5e993d 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 <tlsdsofn>: - 80098: 6fae f8ff ffff move.d 0xfffffff8,\$r10 - 8009e: 6fbe fcff ffff move.d 0xfffffffc,\$r11 + 80098: 6fae 8800 0000 move.d 88 <x1>,\$r10 + 8009e: 6fbe 8c00 0000 move.d 8c <x2>,\$r11 000800a4 <tlsdsofn2>: 800a4: 6fae 1400 0000 move.d 14 <tls128\+0x14>,\$r10 #... |