From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1545 invoked by alias); 4 Apr 2005 09:51:42 -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 1224 invoked from network); 4 Apr 2005 09:51:13 -0000 Received: from unknown (HELO mta13-winn.mailhost.ntl.com) (212.250.162.19) by sourceware.org with SMTP; 4 Apr 2005 09:51:13 -0000 Received: from aamta02-winn.mailhost.ntl.com ([212.250.162.8]) by mta13-winn.mailhost.ntl.com with ESMTP id <20050404095109.XOSK2577.mta13-winn.mailhost.ntl.com@aamta02-winn.mailhost.ntl.com>; Mon, 4 Apr 2005 10:51:09 +0100 Received: from [192.168.0.131] (really [81.97.76.53]) by aamta02-winn.mailhost.ntl.com with ESMTP id <20050404095108.VMHT1289.aamta02-winn.mailhost.ntl.com@[192.168.0.131]>; Mon, 4 Apr 2005 10:51:08 +0100 Subject: Re: What exactly does --enable-new-dtags do? From: Mike Hearn To: Alan Modra Cc: binutils@sources.redhat.com In-Reply-To: <20050404002432.GC7121@bubble.modra.org> References: <20050404002432.GC7121@bubble.modra.org> Content-Type: text/plain Date: Mon, 04 Apr 2005 09:51:00 -0000 Message-Id: <1112608816.3398.7.camel@littlegreen> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SW-Source: 2005-04/txt/msg00060.txt.bz2 On Mon, 2005-04-04 at 09:54 +0930, Alan Modra wrote: > The action of the switch itself is reasonably self-documenting. What's > not so obvious is which of the new dtags ld generates, and which tags > ld.so recognises. Documentation on the latter probably doesn't belong > in ld.texinfo. Some info on the new tags can be found at > http://docsun.cites.uiuc.edu/sun_docs/C/solaris_9/SUNWdev/LLM/p55.html Right, that tells me the definition of DT_RUNPATH and DT_FLAGS, but I already knew that from reading the ELF spec. What I don't know is whether these two are the only ones --enable-new-dtags generates (I read the original patch as well, but it may have changed since that time). thanks -mike