From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14769 invoked by alias); 1 Jun 2005 22:36:40 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 14748 invoked by uid 22791); 1 Jun 2005 22:36:33 -0000 Received: from smtp.gentoo.org (HELO smtp.gentoo.org) (134.68.220.30) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 01 Jun 2005 22:36:33 +0000 Received: from localhost ([127.0.0.1] helo=home.wh0rd.org) by smtp.gentoo.org with esmtp (Exim 4.43) id 1DdbpA-0001vn-7y for binutils@sources.redhat.com; Wed, 01 Jun 2005 22:36:32 +0000 Received: (qmail 31635 invoked from network); 1 Jun 2005 18:36:07 -0400 Received: from unknown (HELO vapier) (192.168.0.2) by 192.168.0.1 with SMTP; 1 Jun 2005 18:36:07 -0400 From: Mike Frysinger To: binutils@sources.redhat.com Subject: [patch ping] generate MIPS pie scripts User-Agent: KMail/1.8 MIME-Version: 1.0 Date: Wed, 01 Jun 2005 22:36:00 -0000 Content-Type: Multipart/Mixed; boundary="Boundary-00=_GijnCFPBQ1uIOGY" Message-Id: <200506011836.54981.vapier@gentoo.org> X-SW-Source: 2005-06/txt/msg00021.txt.bz2 --Boundary-00=_GijnCFPBQ1uIOGY Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Content-length: 123 as a tag along to the previous arm/hppa PIE requests, any reason to not generate PIE scripts for mips targets too ? -mike --Boundary-00=_GijnCFPBQ1uIOGY Content-Type: text/x-diff; charset="us-ascii"; name="mips-pie-scripts.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="mips-pie-scripts.patch" Content-length: 580 2005-05-17 Peter S. Mazinger" * 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 --Boundary-00=_GijnCFPBQ1uIOGY--