From 2d07dfae310a942c460ba9ffc3182ba06ccf4b47 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 14 Jul 2011 12:43:35 +0000 Subject: * 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(-) (limited to 'ld') diff --git a/ld/ChangeLog b/ld/ChangeLog index 69510b1..7eda379 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,11 @@ 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. (gld${EMULATION_NAME}_after_allocation): Pass to ppc64_elf_size_stubs. (PARSE_AND_LIST_PROLOGUE, PARSE_AND_LIST_LONGOPTS, diff --git a/ld/emultempl/elf32.em b/ld/emultempl/elf32.em index 16cbaa4..9bc363f 100644 --- a/ld/emultempl/elf32.em +++ b/ld/emultempl/elf32.em @@ -2323,16 +2323,11 @@ fragment <