On Fri, 2019-02-15 at 14:43 +0100, Mark Wielaard wrote: > On Fri, 2019-02-15 at 09:42 +0100, Martin Liška wrote: > > > It might be this binutils commit: > > > https://sourceware.org/ml/binutils/2018-07/msg00200.html > > > > > > Which isn't in binutils-2.29 which is used on the s390x fedora > > > builder. > > > On which this test passes. > > > > > > If so, you might have to add a check_special_symbol hook like > > > aarch64 > > > has (see backends/aarch64_symbol.c). > > > > Please let me know and we can eventually create a PR for it. > > It looks like that was it. Could you try the attached patch? > I'll run it on some older s390x setups.
This seemed to work out nicely. Both on an older binutils setup and a newer one. So I have pushed the commit. If the buildbot keeps being green I'll do a release soon. Thanks, Mark