From 2d07dfae310a942c460ba9ffc3182ba06ccf4b47 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 14 Jul 2011 12:43:35 +0000 Subject: [PATCH] * 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. --- ld/ChangeLog | 6 ++++++ ld/emultempl/elf32.em | 15 --------------- 2 files changed, 6 insertions(+), 15 deletions(-) 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 <