From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20368 invoked by alias); 18 Nov 2004 19:03:44 -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 20333 invoked from network); 18 Nov 2004 19:03:34 -0000 Received: from unknown (HELO monkey.sneakemail.com) (38.113.6.61) by sourceware.org with SMTP; 18 Nov 2004 19:03:34 -0000 Received: (qmail 21267 invoked by uid 501); 18 Nov 2004 19:03:34 -0000 Received: (sneakemail censored 15508-49597 #1); 18 Nov 2004 19:03:34 -0000 Subject: Re: How to relink an executable to be static? From: "David Braun" To: binutils@sources.redhat.com In-Reply-To: <20041118142312.GB29928@nevyn.them.org> References: <6317-82078@sneakemail.com> <20041118142312.GB29928@nevyn.them.org> Content-Type: text/plain Message-ID: <15508-49597@sneakemail.com> Mime-Version: 1.0 Date: Thu, 18 Nov 2004 19:03:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2004-11/txt/msg00277.txt.bz2 On Thu, 2004-11-18 at 06:23, Daniel Jacobowitz wrote: > On Wed, Nov 17, 2004 at 10:34:33PM -0800, David Braun wrote: > > Is there a tool to do this? Can I use an existing tool such as ld (or > > set of tools such as binutils) to do this with appropriate flags? > > No. It seems like it should be possible, but you'd have to write a > custom tool for it. Ok, thank you. I'll look into that. David