diff options
Diffstat (limited to 'ld/testsuite/ld-aarch64/farcall-bl-plt.d')
-rw-r--r-- | ld/testsuite/ld-aarch64/farcall-bl-plt.d | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ld/testsuite/ld-aarch64/farcall-bl-plt.d b/ld/testsuite/ld-aarch64/farcall-bl-plt.d index c5bb372..b26a71a 100644 --- a/ld/testsuite/ld-aarch64/farcall-bl-plt.d +++ b/ld/testsuite/ld-aarch64/farcall-bl-plt.d @@ -10,8 +10,8 @@ Disassembly of section .plt: .* <.plt>: .*: a9bf7bf0 stp x16, x30, \[sp, #-16\]! .*: .* adrp x16, .* <__foo_veneer\+.*> -.*: .* ldr x17, \[x16, #.*\] -.*: .* add x16, x16, #.* +.*: .* ldr [wx]17, \[x16, #.*\] +.*: .* add [wx]16, [wx]16, #.* .*: d61f0220 br x17 .*: d503201f nop .*: d503201f nop @@ -19,8 +19,8 @@ Disassembly of section .plt: .* <foo@plt>: .*: .* adrp x16, .* <__foo_veneer\+.*> -.*: .* ldr x17, \[x16, #.*\] -.*: .* add x16, x16, #.* +.*: .* ldr [wx]17, \[x16, #.*\] +.*: .* add [wx]16, [wx]16, #.* .*: d61f0220 br x17 Disassembly of section .text: |