public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [patch ping] generate MIPS pie scripts
@ 2005-06-01 22:36 Mike Frysinger
  2005-06-02 16:25 ` Thiemo Seufer
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2005-06-01 22:36 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: [patch ping] generate MIPS pie scripts
  2005-06-01 22:36 [patch ping] generate MIPS pie scripts Mike Frysinger
@ 2005-06-02 16:25 ` Thiemo Seufer
  0 siblings, 0 replies; 2+ messages in thread
From: Thiemo Seufer @ 2005-06-02 16:25 UTC (permalink / raw)
  To: Mike Frysinger; +Cc: binutils

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

> 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".

Ok.


Thiemo

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

end of thread, other threads:[~2005-06-02 16:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-01 22:36 [patch ping] generate MIPS pie scripts Mike Frysinger
2005-06-02 16:25 ` Thiemo Seufer

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).