[binutils-gdb] aarch64 tests: escape dot in regex pattern to really match a dot

Matthieu Longo mlongo@sourceware.org
Wed Apr 9 16:50:51 GMT 2025


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=a650cb6b2fbcd4ff02d2bd819d3979f3e57794b1

commit a650cb6b2fbcd4ff02d2bd819d3979f3e57794b1
Author: Matthieu Longo <matthieu.longo@arm.com>
Date:   Fri Dec 13 14:32:52 2024 +0000

    aarch64 tests: escape dot in regex pattern to really match a dot

Diff:
---
 gas/testsuite/gas/aarch64/pac_ab_key.d                 | 2 +-
 gas/testsuite/gas/aarch64/pac_compat_cfi_window_save.d | 2 +-
 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 4012d14f275..04d5fa41822 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 8e59086c1b4..6ef77aeaa6d 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 f49cebcbfde..fa29c7f3b90 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


More information about the Binutils-cvs mailing list