This is the mail archive of the binutils@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]

PR22118, Incorrectly-capitalized regexp


	PR 22118
	* testsuite/ld-aarch64/erratum843419.d: Correct regexp.

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>

-- 
Alan Modra
Australia Development Lab, IBM


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