public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: binutils@sources.redhat.com
Subject: [patch ping] generate MIPS pie scripts
Date: Wed, 01 Jun 2005 22:36:00 -0000	[thread overview]
Message-ID: <200506011836.54981.vapier@gentoo.org> (raw)

[-- 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

             reply	other threads:[~2005-06-01 22:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-01 22:36 Mike Frysinger [this message]
2005-06-02 16:25 ` Thiemo Seufer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200506011836.54981.vapier@gentoo.org \
    --to=vapier@gentoo.org \
    --cc=binutils@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).