[PATCH v2] ld: testsuite: Mark vers26b3 unsupported on x86_64
Rainer Orth
ro@CeBiTec.Uni-Bielefeld.DE
Tue Aug 19 11:55:45 GMT 2025
Hi H.J.,
> if { [istarget x86_64-*-solaris2*] || [istarget x86_64-*-solaris2*] } then {
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
> Typo. Should we just do
Indeed, thanks. Alternatively, we could just use [istarget x86_64-*-*]
instead: x86_64-*-solaris2* (matched via *-*-solaris2*) and
x86_64-*-linux* are the only x86_64 targets for which this test is
currently run.
> if [string match "yes" $pic] then {
> unsupported "vers26b3"
> }
No. As I mentioned, vers26b3 is the only ld-elfvers test that
originally FAILed on Solaris, all the others that are guarded by pic !=
yes PASS just fine.
Rainer
--
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University
More information about the Binutils
mailing list