This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] PR22118, Incorrectly-capitalized regexp


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

commit 8fd138c43b3a820e1d7deec80c9290b458f09d63
Author: Alan Modra <amodra@gmail.com>
Date:   Fri Sep 15 20:08:02 2017 +0930

    PR22118, Incorrectly-capitalized regexp
    
    	PR 22118
    	* testsuite/ld-aarch64/erratum843419.d: Correct regexp.

Diff:
---
 ld/ChangeLog                            | 5 +++++
 ld/testsuite/ld-aarch64/erratum843419.d | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ld/ChangeLog b/ld/ChangeLog
index 0a83cf5..3eb13f0 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2017-09-15  Alan Modra  <amodra@gmail.com>
+
+	PR 22118
+	* testsuite/ld-aarch64/erratum843419.d: Correct regexp.
+
 2017-09-14  H.J. Lu  <hongjiu.lu@intel.com>
 
 	PR ld/22139
diff --git a/ld/testsuite/ld-aarch64/erratum843419.d b/ld/testsuite/ld-aarch64/erratum843419.d
index 28e4445..f0934f0 100644
--- a/ld/testsuite/ld-aarch64/erratum843419.d
+++ b/ld/testsuite/ld-aarch64/erratum843419.d
@@ -14,7 +14,7 @@ Disassembly of section .e843419:
 	...
 
 0*20000ff8 <e843419_1>:
-[ ]*20000ff8:	90100000 	adrp	x0, 40000000 <[_a-zA-z0-9]+>
+[ ]*20000ff8:	90100000 	adrp	x0, 40000000 <[_a-zA-Z0-9]+>
 [ ]*20000ffc:	f800c007 	stur	x7, \[x0, #12\]
 [ ]*20001000:	d2800128 	mov	x8, #0x9                   	// #9
 [ ]*20001004:	14000008 	b	20001024 <e843419@0002_00000013_1004>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]