This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: S/390: Revert relro patch from Jan 14
- From: Nick Clifton <nickc at redhat dot com>
- To: Andreas Krebbel <krebbel at linux dot ibm dot com>, binutils at sourceware dot org
- Cc: maamountk at hotmail dot com
- Date: Mon, 4 Mar 2019 10:54:48 +0000
- Subject: Re: S/390: Revert relro patch from Jan 14
- References: <5a946237-a28a-385c-3b27-1804fc5bbb7d@linux.ibm.com>
Hi Andreas,
> I'm going to revert this patch on mainline and 2.32 branch.
Fair enough - but a few of the linker tests are failing to compile:
Assembler messages:
Fatal error: selected target format 'elf32-s390' unknown
ERROR: -m31 /work/sources/binutils/current/ld/testsuite/ld-s390/tlspic1.s: assembly failed
UNRESOLVED: TLS -fpic -shared transitions
ERROR: -m31 /work/sources/binutils/current/ld/testsuite/ld-s390/tlslib.s: assembly failed
UNRESOLVED: Helper shared library
ERROR: -m31 /work/sources/binutils/current/ld/testsuite/ld-s390/tlsbinpic.s: assembly failed
UNRESOLVED: TLS -fpic and -fno-pic exec transitions
ERROR: -m31 /work/sources/binutils/current/ld/testsuite/ld-s390/gotreloc-1.s: assembly failed
UNRESOLVED: GOT: symbol address load from got to larl
This is with a toolchain configured as s390x-ibm-tpf, which of
course only supports 64-bit s390x binaries...
Cheers
Nick