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 | |
parent | 2d0a923cc653b76a531651c9f4b026a0ae366858 (diff) | |
download | binutils-e443398846ee51d66b3df2524f7e0ddcb26cdae3.zip binutils-e443398846ee51d66b3df2524f7e0ddcb26cdae3.tar.gz binutils-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')
-rw-r--r-- | ld/ChangeLog | 3 | ||||
-rw-r--r-- | ld/testsuite/ld-plugin/pr22983.1.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-plugin/pr22983.2.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-plugin/pr22983.4.d | 2 |
4 files changed, 6 insertions, 3 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> diff --git a/ld/testsuite/ld-plugin/pr22983.1.d b/ld/testsuite/ld-plugin/pr22983.1.d index 1ab19f8..a351e88 100644 --- a/ld/testsuite/ld-plugin/pr22983.1.d +++ b/ld/testsuite/ld-plugin/pr22983.1.d @@ -1,6 +1,6 @@ Symbol table '\.dynsym' contains [0-9]+ entries: +Num: +Value +Size Type +Bind +Vis +Ndx Name #... - +[0-9]+: +[0-9a-f]+ +[0-9a-f]+ +OBJECT +GLOBAL +DEFAULT +[0-9]+ +_?var_attr_used_enabled + +[0-9]+: +[0-9a-f]+ +[0-9a-f]+ +OBJECT +GLOBAL +DEFAULT .*[0-9]+ _?var_attr_used_enabled #pass diff --git a/ld/testsuite/ld-plugin/pr22983.2.d b/ld/testsuite/ld-plugin/pr22983.2.d index 0f1e6c8..1058916 100644 --- a/ld/testsuite/ld-plugin/pr22983.2.d +++ b/ld/testsuite/ld-plugin/pr22983.2.d @@ -1,6 +1,6 @@ Symbol table '\.dynsym' contains [0-9]+ entries: +Num: +Value +Size Type +Bind +Vis +Ndx Name #... - +[0-9]+: +[0-9a-f]+ +[0-9a-f]+ +OBJECT +GLOBAL +DEFAULT +[0-9]+ +_?var_attr_used_disabled + +[0-9]+: +[0-9a-f]+ +[0-9a-f]+ +OBJECT +GLOBAL +DEFAULT .*[0-9]+ _?var_attr_used_disabled #pass diff --git a/ld/testsuite/ld-plugin/pr22983.4.d b/ld/testsuite/ld-plugin/pr22983.4.d index 655f824..6dade05 100644 --- a/ld/testsuite/ld-plugin/pr22983.4.d +++ b/ld/testsuite/ld-plugin/pr22983.4.d @@ -1,5 +1,5 @@ Symbol table '\.dynsym' contains [0-9]+ entries: +Num: +Value +Size Type +Bind +Vis +Ndx Name #... - +[0-9]+: +[0-9a-f]+ +[0-9a-f]+ +FUNC +GLOBAL +DEFAULT +[0-9]+ +_?func_attr_used_disabled + +[0-9]+: +[0-9a-f]+ +[0-9a-f]+ +FUNC +GLOBAL +DEFAULT .*[0-9]+ _?func_attr_used_disabled #pass |