This is the mail archive of the binutils@sources.redhat.com 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] fix simple type in hppa ld script


looks like when the PIE support was added to ld/emulparams/hppalinux.sh, a 
typo was made to the variable name

minor patch attached
-mike
2005-06-28  Mike Frysinger <vapier@gentoo.org>

	* emulparams/hppalinux.sh (GENERATE_PIE_SCRIPT): Fix typo in name.

Index: ld/emulparams/hppalinux.sh
===================================================================
RCS file: /cvs/src/src/ld/emulparams/hppalinux.sh,v
retrieving revision 1.11
diff -u -p -r1.11 hppalinux.sh
--- ld/emulparams/hppalinux.sh	17 May 2005 15:16:55 -0000	1.11
+++ ld/emulparams/hppalinux.sh	28 Jun 2005 05:55:38 -0000
@@ -17,6 +17,6 @@ DATA_START_SYMBOLS='PROVIDE ($global$ = 
 DATA_PLT=
 PLT_BEFORE_GOT=
 GENERATE_SHLIB_SCRIPT=yes
-oGENERATE_PIE_SCRIPT=yes
+GENERATE_PIE_SCRIPT=yes
 TEMPLATE_NAME=elf32
 EXTRA_EM_FILE=hppaelf

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