diff options
author | Nick Clifton <nickc@redhat.com> | 2023-11-02 09:57:39 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2023-11-02 09:57:39 +0000 |
commit | bf77f42f6708d8b5ba92336d876042826d8d29c1 (patch) | |
tree | 263d407337aecb7a53d7f5080d38f1f1c9e3668f /ld/ChangeLog | |
parent | 7b32e37eb68de43ef5cefe4558e314c3a28abd80 (diff) | |
download | gdb-bf77f42f6708d8b5ba92336d876042826d8d29c1.zip gdb-bf77f42f6708d8b5ba92336d876042826d8d29c1.tar.gz gdb-bf77f42f6708d8b5ba92336d876042826d8d29c1.tar.bz2 |
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/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 95f4712..f567606 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 |