aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2015-09-22 11:12:51 +0200
committerRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2015-09-22 11:12:51 +0200
commit5c383f026242d25a3c21fdfda42e5ca218b346c8 (patch)
treed854510497f70338583a6b6c6ca22abb91d9279b /ld/ChangeLog
parent6dca4fd141fd0b9fe0ea662295833b8ed43cb4e8 (diff)
downloadgdb-5c383f026242d25a3c21fdfda42e5ca218b346c8.zip
gdb-5c383f026242d25a3c21fdfda42e5ca218b346c8.tar.gz
gdb-5c383f026242d25a3c21fdfda42e5ca218b346c8.tar.bz2
Solaris PIE support
include/elf: * common.h (DF_1_STUB, DF_1_PIE): Define. ld: * emulparams/solaris2.sh (GENERATE_PIE_SCRIPT): Set to yes. * emultempl/elf32.em: Include ldlex.h. (gld${EMULATION_NAME}_handle_option) [GENERATE_PIE_SCRIPT] <OPTION_PIE>: Set DF_1_PIE. binutils: * readelf.c (process_dynamic_section): Handle DF_1_STUB, DF_1_PIE.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index a5f1cd7..88a46c5 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,11 @@
+2015-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+
+ * emulparams/solaris2.sh (GENERATE_PIE_SCRIPT): Set to yes.
+
+ * emultempl/elf32.em: Include ldlex.h.
+ (gld${EMULATION_NAME}_handle_option) [GENERATE_PIE_SCRIPT]
+ <OPTION_PIE>: Set DF_1_PIE.
+
2015-09-22 Alan Modra <amodra@gmail.com>
* ld.texinfo: Put --dotsyms/--no-dotsyms on separate lines.