diff options
Diffstat (limited to 'ld/testsuite/ld-aarch64/protections/pac-plt-2.d')
-rw-r--r-- | ld/testsuite/ld-aarch64/protections/pac-plt-2.d | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/testsuite/ld-aarch64/protections/pac-plt-2.d b/ld/testsuite/ld-aarch64/protections/pac-plt-2.d index 1c3d7f4..6795645 100644 --- a/ld/testsuite/ld-aarch64/protections/pac-plt-2.d +++ b/ld/testsuite/ld-aarch64/protections/pac-plt-2.d @@ -9,7 +9,7 @@ Disassembly of section \.plt: .* \<.plt\>: .*: a9bf7bf0 stp x16, x30, \[sp, #-16\]! -.*: 90000090 adrp x16, 28000 <_GLOBAL_OFFSET_TABLE_> +.*: [[:xdigit:]]{8} adrp x16, [[:xdigit:]]+ <_GLOBAL_OFFSET_TABLE_> .*: f9401a11 ldr x17, \[x16, #48\] .*: 9100c210 add x16, x16, #0x30 .*: d61f0220 br x17 @@ -19,7 +19,7 @@ Disassembly of section \.plt: .* \<__tls_get_addr@plt\>: -.*: 90000090 adrp x16, 28000 <_GLOBAL_OFFSET_TABLE_> +.*: [[:xdigit:]]{8} adrp x16, [[:xdigit:]]+ <_GLOBAL_OFFSET_TABLE_> .*: f9401e11 ldr x17, \[x16, #56\] .*: 9100e210 add x16, x16, #0x38 .*: d503219f autia1716 |