public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@redhat.com>
To: "H. J. Lu" <hjl@lucon.org>
Cc: Ulrich Drepper <drepper@redhat.com>,
	Glibc hackers <libc-hacker@sources.redhat.com>
Subject: Re: [PATCH] Only use -z relro if it actually does something
Date: Mon, 20 Sep 2004 15:57:00 -0000	[thread overview]
Message-ID: <20040920155701.GN30497@sunsite.ms.mff.cuni.cz> (raw)
In-Reply-To: <20040920155433.GA30187@lucon.org>

On Mon, Sep 20, 2004 at 08:54:33AM -0700, H. J. Lu wrote:
> On Mon, Sep 20, 2004 at 03:24:53PM +0200, Jakub Jelinek wrote:
> > Hi!
> > 
> > On ia64 ATM -z relro does nothing (but increase the size of program
> > headers).
> > H.J. disabled it because it interferred with linker relaxation
> > (not sure if that still applies or what the testcase was).
> > 
> 
> Can you point it to my change? I may recall something.

2003-05-15  H.J. Lu <hongjiu.lu@intel.com>

	* emulparams/elf64_ia64.sh: Don't set COMMONPAGESIZE for now.

--- elf64_ia64.sh       20 Feb 2002 10:48:25 -0000      1.9
+++ elf64_ia64.sh       15 May 2003 14:56:33 -0000      1.10
@@ -7,7 +7,9 @@ OUTPUT_FORMAT="elf64-ia64-little"
 ARCH=ia64
 MACHINE=
 MAXPAGESIZE=0x10000
-if test -n "$CREATE_SHLIB"; then
+# FIXME: It interferes with linker relaxation. Disable it until it is
+# fixed.
+if test "0" = "1" -a -n "$CREATE_SHLIB"; then
   # Optimize shared libraries for 16K page size
   COMMONPAGESIZE=0x4000
 fi

	Jakub

  reply	other threads:[~2004-09-20 15:57 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-20 13:25 Jakub Jelinek
2004-09-20 15:03 ` Ulrich Drepper
2004-09-20 15:54 ` H. J. Lu
2004-09-20 15:57   ` Jakub Jelinek [this message]
2004-09-20 16:12     ` H. J. Lu
2004-09-21 22:11       ` H. J. Lu

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=20040920155701.GN30497@sunsite.ms.mff.cuni.cz \
    --to=jakub@redhat.com \
    --cc=drepper@redhat.com \
    --cc=hjl@lucon.org \
    --cc=libc-hacker@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).