diff options
-rw-r--r-- | ld/ChangeLog | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-aarch64/erratum843419.d | 2 |
2 files changed, 6 insertions, 1 deletions
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> |