]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
ld: Enable using separate linker script for -z relro
authorMarcin Kościelnicki <koriakin@0x04.net>
Fri, 3 Jun 2016 14:39:42 +0000 (16:39 +0200)
committerMarcin Kościelnicki <koriakin@0x04.net>
Wed, 22 Jun 2016 11:06:44 +0000 (13:06 +0200)
commitcbbdd101141a3c855b20c902f4fd33172fbae227
tree75d6ab0ec0462995b9c0982c7cd0f5ac9d24c066
parent6edaf4d75b45ff08d7296095506904663b8f0576
ld: Enable using separate linker script for -z relro

This will be used for s390 relro got support.

ld/ChangeLog:

* emultempl/elf32.em: Use .xo, .xso, .xdo scripts if
GENERATE_RELRO_SCRIPT is set.
* genscripts.sh: Create .xo, .xso, .xdo scripts if
GENERATE_RELRO_SCRIPT is set.
ld/emultempl/elf32.em
ld/genscripts.sh