diff options
author | Matthieu Longo <matthieu.longo@arm.com> | 2024-12-13 14:32:52 +0000 |
---|---|---|
committer | Matthieu Longo <matthieu.longo@arm.com> | 2025-04-09 17:50:34 +0100 |
commit | a650cb6b2fbcd4ff02d2bd819d3979f3e57794b1 (patch) | |
tree | 4c53527e51812c742d18296591a8c87b1cbbdad2 | |
parent | 2bbe439e72916c7d61bf0b7a8c898426bfabc0ba (diff) | |
download | binutils-a650cb6b2fbcd4ff02d2bd819d3979f3e57794b1.zip binutils-a650cb6b2fbcd4ff02d2bd819d3979f3e57794b1.tar.gz binutils-a650cb6b2fbcd4ff02d2bd819d3979f3e57794b1.tar.bz2 |
aarch64 tests: escape dot in regex pattern to really match a dot
-rw-r--r-- | gas/testsuite/gas/aarch64/pac_ab_key.d | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/aarch64/pac_compat_cfi_window_save.d | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/aarch64/pac_negate_ra_state.d | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gas/testsuite/gas/aarch64/pac_ab_key.d b/gas/testsuite/gas/aarch64/pac_ab_key.d index 4012d14..04d5fa4 100644 --- a/gas/testsuite/gas/aarch64/pac_ab_key.d +++ b/gas/testsuite/gas/aarch64/pac_ab_key.d @@ -7,7 +7,7 @@ .+: file .+ -Contents of the .eh_frame section: +Contents of the \.eh_frame section: 0+ 0+10 0+ CIE Version: 1 diff --git a/gas/testsuite/gas/aarch64/pac_compat_cfi_window_save.d b/gas/testsuite/gas/aarch64/pac_compat_cfi_window_save.d index 8e59086..6ef77ae 100644 --- a/gas/testsuite/gas/aarch64/pac_compat_cfi_window_save.d +++ b/gas/testsuite/gas/aarch64/pac_compat_cfi_window_save.d @@ -22,7 +22,7 @@ .+: file .+ -Contents of the .eh_frame section: +Contents of the \.eh_frame section: 0+ 0+10 0+ CIE Version: 1 diff --git a/gas/testsuite/gas/aarch64/pac_negate_ra_state.d b/gas/testsuite/gas/aarch64/pac_negate_ra_state.d index f49cebc..fa29c7f 100644 --- a/gas/testsuite/gas/aarch64/pac_negate_ra_state.d +++ b/gas/testsuite/gas/aarch64/pac_negate_ra_state.d @@ -4,7 +4,7 @@ .+: file .+ -Contents of the .eh_frame section: +Contents of the \.eh_frame section: 0+ 0+10 0+ CIE Version: 1 |