ld/arm: adjust offsets in tls-gdierelax2.d
Addition of DF_STATIC_TLS in eea6dad2
results in the addition of
flags to the dynamic section, which in turn changes these addresses.
Fix them up to match their new positions.
ld/testsuite/Changelog:
2014-06-24 Kyle McMartin <kyle@redhat.com>
* ld-arm/tls-gdierelax2.d: Fix expected offsets.
This commit is contained in:
parent
aef929023e
commit
28bf260962
2 changed files with 8 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-06-25 Kyle McMartin <kyle@redhat.com>
|
||||
|
||||
* ld-arm/tls-gdierelax2.d: Fix expected offsets.
|
||||
|
||||
2014-06-16 Will Newton <will.newton@linaro.org>
|
||||
|
||||
* ld-arm/arm-elf.exp: Add ifunc-gdesc test.
|
||||
|
|
|
@ -11,13 +11,13 @@ Disassembly of section .text:
|
|||
[0-9a-f]+: e59f0004 ldr r0, \[pc, #4\] ; .*
|
||||
[0-9a-f]+: e79f0000 ldr r0, \[pc, r0\]
|
||||
[0-9a-f]+: e1a00000 nop ; .*
|
||||
[0-9a-f]+: 00008098 .word 0x00008098
|
||||
[0-9a-f]+: 0000809c .word 0x0000809c
|
||||
[0-9a-f]+: 000080a0 .word 0x000080a0
|
||||
[0-9a-f]+: 000080a4 .word 0x000080a4
|
||||
|
||||
[0-9a-f]+ <bar>:
|
||||
[0-9a-f]+: 4801 ldr r0, \[pc, #4\] ; .*
|
||||
[0-9a-f]+: 4478 add r0, pc
|
||||
[0-9a-f]+: 6800 ldr r0, \[r0, #0\]
|
||||
[0-9a-f]+: 46c0 nop ; .*
|
||||
[0-9a-f]+: 0000808a .word 0x0000808a
|
||||
[0-9a-f]+: 0000808c .word 0x0000808c
|
||||
[0-9a-f]+: 00008092 .word 0x00008092
|
||||
[0-9a-f]+: 00008094 .word 0x00008094
|
||||
|
|
Loading…
Reference in a new issue