PR22118, Incorrectly-capitalized regexp
authorAlan Modra <amodra@gmail.com>
Fri, 15 Sep 2017 10:38:02 +0000 (20:08 +0930)
committerAlan Modra <amodra@gmail.com>
Fri, 15 Sep 2017 10:51:42 +0000 (20:21 +0930)
PR 22118
* testsuite/ld-aarch64/erratum843419.d: Correct regexp.

ld/ChangeLog
ld/testsuite/ld-aarch64/erratum843419.d

index 0a83cf5a988aba6d55105d63b163473209ba405e..3eb13f06d0af4b430651a9db1783686d0cdd9270 100644 (file)
@@ -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
index 28e4445672d94829ddfb7fa481fc7b33d590c07a..f0934f02e21467a8fd78e9968c584e99b466a891 100644 (file)
@@ -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>
This page took 0.028234 seconds and 4 git commands to generate.