summaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2023-11-02 09:57:39 +0000
committerNick Clifton <nickc@redhat.com>2023-11-02 09:57:39 +0000
commitbf77f42f6708d8b5ba92336d876042826d8d29c1 (patch)
tree263d407337aecb7a53d7f5080d38f1f1c9e3668f /ld/ChangeLog
parent7b32e37eb68de43ef5cefe4558e314c3a28abd80 (diff)
ld x86_64 tests: Accept x86-64-v3 as a needed ISA
* testsuite/ld-x86-64/property-3.r: Update regexp to allow for targets which support x86-64-v3. * testsuite/ld-x86-64/property-4.r: Likewise. * testsuite/ld-x86-64/property-5.r: Likewise.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 95f4712453a..f567606a570 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,10 @@
+2023-11-02 Nick Clifton <nickc@redhat.com>
+
+ * testsuite/ld-x86-64/property-3.r: Update regexp to allow for
+ targets which support x86-64-v3.
+ * testsuite/ld-x86-64/property-4.r: Likewise.
+ * testsuite/ld-x86-64/property-5.r: Likewise.
+
2023-11-01 Nick Clifton <nickc@redhat.com>
PR 27565