From: Alan Modra Date: Thu, 14 Jul 2011 12:43:35 +0000 (+0000) Subject: * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option, X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2d07dfae310a942c460ba9ffc3182ba06ccf4b47;p=binutils-gdb.git * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option, gld${EMULATION_NAME}_list_options): Don't condition -z relro and -z norelro on COMMONPAGESIZE being defined. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 69510b160a4..7eda3792247 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2011-07-14 Alan Modra + + * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option, + gld${EMULATION_NAME}_list_options): Don't condition -z relro + and -z norelro on COMMONPAGESIZE being defined. + 2011-07-14 Alan Modra * emultempl/ppc64elf.em (plt_static_chain): New var. diff --git a/ld/emultempl/elf32.em b/ld/emultempl/elf32.em index 16cbaa4ac88..9bc363f3331 100644 --- a/ld/emultempl/elf32.em +++ b/ld/emultempl/elf32.em @@ -2323,16 +2323,11 @@ fragment <