diff options
author | Clément Chigot <chigot@adacore.com> | 2022-10-31 15:36:36 +0100 |
---|---|---|
committer | Clément Chigot <chigot@adacore.com> | 2023-02-28 15:14:44 +0100 |
commit | 4bb646c3990a837326df606a836741ea9a294caa (patch) | |
tree | 49eecb52da3faee32b7beab6b3198d9f54b0e79d /ld/testsuite/ld-aarch64/ifunc-21.d | |
parent | 06bc164e6c736e3cbde2af7834ac14b7dbba417e (diff) | |
download | gdb-users/helflym/try-aarch64nto.zip gdb-users/helflym/try-aarch64nto.tar.gz gdb-users/helflym/try-aarch64nto.tar.bz2 |
ld/testsuite: adjust ld-aarch64 tests for aarch64nto addressusers/helflym/try-aarch64nto
Some tests are refering to the address of their symbols. These are
dependent of the emulation and must be adjusted when enabling them for a
new one.
ld/ChangeLog:
* testsuite/ld-aarch64/ifunc-1-local.d: Adjust for aarch64nto
addresses.
* testsuite/ld-aarch64/ifunc-1.d: Likewise.
* testsuite/ld-aarch64/ifunc-2-local.d: Likewise.
* testsuite/ld-aarch64/ifunc-2.d: Likewise.
* testsuite/ld-aarch64/ifunc-21.d: Likewise.
* testsuite/ld-aarch64/ifunc-3a.d: Likewise.
Diffstat (limited to 'ld/testsuite/ld-aarch64/ifunc-21.d')
-rw-r--r-- | ld/testsuite/ld-aarch64/ifunc-21.d | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/testsuite/ld-aarch64/ifunc-21.d b/ld/testsuite/ld-aarch64/ifunc-21.d index ff4a82a..62203aa 100644 --- a/ld/testsuite/ld-aarch64/ifunc-21.d +++ b/ld/testsuite/ld-aarch64/ifunc-21.d @@ -11,7 +11,7 @@ Contents of section .text: [0-9a-f]+ .* Contents of section .got.plt: [0-9a-f]+ 0+ 0+ 0+ 0+ .* - (10298|102b8) 0+ 0+ [0-9a-f]+ [0-9a-f]+ .* + (10298|102b8|10358) 0+ 0+ [0-9a-f]+ [0-9a-f]+ .* Disassembly of section .text: @@ -20,7 +20,7 @@ Disassembly of section .text: .* <bar>: .*: 90000080 adrp x0, 10000 <.*> - .*: .* ldr x0, \[x0, #(672|704)\] + .*: .* ldr x0, \[x0, #(672|704|864)\] .*: d65f03c0 ret #pass |