From: Max Filippov Date: Tue, 6 Mar 2018 05:49:35 +0000 (-0800) Subject: xtensa: ld: support -z relro X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d6ab64818b9d212691c200c292dc0f18d193598c;p=binutils-gdb.git xtensa: ld: support -z relro ld/ 2018-03-07 Max Filippov * emulparams/elf32xtensa.sh (COMMONPAGESIZE): Define. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index dd441fa20a2..a65b824637d 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2018-03-07 Max Filippov + + * emulparams/elf32xtensa.sh (COMMONPAGESIZE): Define. + 2018-03-07 Renlin Li PR ld/20402 diff --git a/ld/emulparams/elf32xtensa.sh b/ld/emulparams/elf32xtensa.sh index 72ba2bb7806..d9ccd839210 100644 --- a/ld/emulparams/elf32xtensa.sh +++ b/ld/emulparams/elf32xtensa.sh @@ -7,6 +7,7 @@ LITTLE_OUTPUT_FORMAT="elf32-xtensa-le" NO_REL_RELOCS=yes TEXT_START_ADDR=0x400000 MAXPAGESIZE="CONSTANT (MAXPAGESIZE)" +COMMONPAGESIZE="CONSTANT (COMMONPAGESIZE)" ARCH=xtensa MACHINE= GENERATE_SHLIB_SCRIPT=yes