From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25547 invoked by alias); 20 Sep 2004 15:54:37 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 25531 invoked from network); 20 Sep 2004 15:54:37 -0000 Received: from unknown (HELO rwcrmhc13.comcast.net) (204.127.198.39) by sourceware.org with SMTP; 20 Sep 2004 15:54:37 -0000 Received: from lucon.org ([24.6.212.230]) by comcast.net (rwcrmhc13) with ESMTP id <2004092015543601500quv95e>; Mon, 20 Sep 2004 15:54:36 +0000 Received: by lucon.org (Postfix, from userid 1000) id 853F863F4E; Mon, 20 Sep 2004 08:54:33 -0700 (PDT) Date: Mon, 20 Sep 2004 15:54:00 -0000 From: "H. J. Lu" To: Jakub Jelinek Cc: Ulrich Drepper , Glibc hackers Subject: Re: [PATCH] Only use -z relro if it actually does something Message-ID: <20040920155433.GA30187@lucon.org> References: <20040920132453.GM30497@sunsite.ms.mff.cuni.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040920132453.GM30497@sunsite.ms.mff.cuni.cz> User-Agent: Mutt/1.4.1i X-SW-Source: 2004-09/txt/msg00071.txt.bz2 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. H.J.