diff options
author | Alan Modra <amodra@gmail.com> | 2020-06-19 12:56:12 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2020-06-19 12:59:30 +0930 |
commit | e443398846ee51d66b3df2524f7e0ddcb26cdae3 (patch) | |
tree | 33d0471a42cfb507659e797620f365108c9cdc74 /ld/ChangeLog | |
parent | 2d0a923cc653b76a531651c9f4b026a0ae366858 (diff) | |
download | gdb-e443398846ee51d66b3df2524f7e0ddcb26cdae3.zip gdb-e443398846ee51d66b3df2524f7e0ddcb26cdae3.tar.gz gdb-e443398846ee51d66b3df2524f7e0ddcb26cdae3.tar.bz2 |
Re: ld testsuite fixes for alpha
I missed some.
* testsuite/ld-plugin/pr22983.1.d: Accept st_other notations.
* testsuite/ld-plugin/pr22983.2.d: Likewise.
* testsuite/ld-plugin/pr22983.4.d: Likewise.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 095eeab..4061ecd 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -6,7 +6,10 @@ * testsuite/ld-elf/pr9679.rd: Likewise. * testsuite/ld-elfvers/vers30.dsym: Likewise. * testsuite/ld-elfvers/vers31.dsym: Likewise. + * testsuite/ld-plugin/pr22983.1.d: Likewise. + * testsuite/ld-plugin/pr22983.2.d: Likewise. * testsuite/ld-plugin/pr22983.3.d: Likewise. + * testsuite/ld-plugin/pr22983.4.d: Likewise. * testsuite/ld-ifunc/ifunc.exp: Exclude alpha. 2020-06-19 Alan Modra <amodra@gmail.com> |