public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* generate MIPS pie scripts
@ 2005-05-17 22:13 Mike Frysinger
  2005-07-05 12:19 ` Nick Clifton
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2005-05-17 22:13 UTC (permalink / raw)
  To: binutils

[-- Attachment #1: Type: text/plain, Size: 123 bytes --]

as a tag along to the previous arm/hppa PIE requests, any reason to not 
generate PIE scripts for mips targets too ?
-mike

[-- Attachment #2: mips-pie-scripts.patch --]
[-- Type: text/x-diff, Size: 580 bytes --]

2005-05-17  Peter S. Mazinger" <ps.m@gmx.net>

	* emulparams/elf32bmip.sh (GENERATE_PIE_SCRIPT): Define as "yes".
	* emulparams/elf32bmipn32-defs.sh (GENERATE_PIE_SCRIPT): Define as "yes".

--- ld/emulparams/elf32bmip.sh
+++ ld/emulparams/elf32bmip.sh
@@ -39,3 +39,4 @@
 MACHINE=
 TEMPLATE_NAME=elf32
 GENERATE_SHLIB_SCRIPT=yes
+GENERATE_PIE_SCRIPT=yes
--- ld/emulparams/elf32bmipn32-defs.sh
+++ ld/emulparams/elf32bmipn32-defs.sh
@@ -30,6 +30,7 @@
 LIBPATH_SUFFIX=$ELFSIZE
 
 GENERATE_SHLIB_SCRIPT=yes
+GENERATE_PIE_SCRIPT=yes
 
 TEXT_START_ADDR=0x10000000
 MAXPAGESIZE=0x100000

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: generate MIPS pie scripts
  2005-05-17 22:13 generate MIPS pie scripts Mike Frysinger
@ 2005-07-05 12:19 ` Nick Clifton
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Clifton @ 2005-07-05 12:19 UTC (permalink / raw)
  To: Mike Frysinger; +Cc: binutils

Hi Mike,

> as a tag along to the previous arm/hppa PIE requests, any reason to not 
> generate PIE scripts for mips targets too ?

None whatsoever.

 > ld/ChangeLog
 > 2005-05-17  Peter S. Mazinger" <ps.m@gmx.net>
 >
 >	* emulparams/elf32bmip.sh (GENERATE_PIE_SCRIPT): Define as "yes".
 > 	* emulparams/elf32bmipn32-defs.sh (GENERATE_PIE_SCRIPT): Define as 
"yes".

Approved and applied.  (Only two months late!  Sorry about that).

Cheers
   Nick

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-07-05 12:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-17 22:13 generate MIPS pie scripts Mike Frysinger
2005-07-05 12:19 ` Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).