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-2.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-2.d')
-rw-r--r-- | ld/testsuite/ld-aarch64/ifunc-2.d | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ld/testsuite/ld-aarch64/ifunc-2.d b/ld/testsuite/ld-aarch64/ifunc-2.d index ed8d47d..463facb 100644 --- a/ld/testsuite/ld-aarch64/ifunc-2.d +++ b/ld/testsuite/ld-aarch64/ifunc-2.d @@ -3,9 +3,9 @@ #objdump: -dw #... -0+(130|1a0|1c8) <foo>: +0+(130|1a0|1c8|1d0) <foo>: #... -[ \t0-9a-f]+:[ \t0-9a-f]+bl[ \t0-9a-f]+<\*ABS\*\+0x(130|1a0|1c8)@plt> +[ \t0-9a-f]+:[ \t0-9a-f]+bl[ \t0-9a-f]+<\*ABS\*\+0x(130|1a0|1c8|1d0)@plt> [ \t0-9a-f]+:[ \t0-9a-f]+adrp[ \t]+x0, 0 <.*> -[ \t0-9a-f]+:[ \t0-9a-f]+add[ \t]+x0, x0, #0x(120|190|1b8) +[ \t0-9a-f]+:[ \t0-9a-f]+add[ \t]+x0, x0, #0x(120|190|1b8|1c0) #pass |