This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] enable pie scripts for hppa64


ld/emulparams/hppalinux.sh was updated not too long ago to enable pie scripts, 
but hppa64linux.sh was skipped ... any reason to not do this ?
-mike

Attachment: pgp00000.pgp
Description: PGP signature

2006-07-19  Mike Frysinger  <vapier@gentoo.org>

	* emulparams/hppa64linux.sh (GENERATE_PIE_SCRIPT): Set to yes.

--- ld/emulparams/hppa64linux.sh
+++ ld/emulparams/hppa64linux.sh
@@ -13,6 +13,7 @@
 ENTRY="main"
 TEMPLATE_NAME=elf32
 GENERATE_SHLIB_SCRIPT=yes
+GENERATE_PIE_SCRIPT=yes
 
 # We really want multiple .stub sections, one for each input .text section,
 # but for now this is good enough.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]