From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 654 invoked by alias); 13 Feb 2004 03:09:43 -0000 Mailing-List: contact sid-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-owner@sources.redhat.com Received: (qmail 603 invoked from network); 13 Feb 2004 03:09:42 -0000 Received: from unknown (HELO main.gmane.org) (80.91.224.249) by sources.redhat.com with SMTP; 13 Feb 2004 03:09:42 -0000 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1ArTi1-0003UK-00 for ; Fri, 13 Feb 2004 04:09:41 +0100 Received: from cpe-203-51-24-212.nsw.bigpond.net.au ([203.51.24.212]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri Feb 13 03:09:41 2004 Received: from bje by cpe-203-51-24-212.nsw.bigpond.net.au with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri Feb 13 03:09:41 2004 To: sid@sources.redhat.com From: Ben Elliston Subject: Re: [patch] ELF loader Date: Fri, 13 Feb 2004 03:09:00 -0000 Message-ID: <87r7wz65fw.fsf@wasabisystems.com> References: <402BE20E.2030804@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: cpe-203-51-24-212.nsw.bigpond.net.au User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 X-SW-Source: 2004-q1/txt/msg00016.txt.bz2 Dave Brolley writes: > I'm committing the attached patch which requirks the ELF loader to > correct the following problems: This looks mostly fine, however I have one question: where is the dependency on libiberty introduced and can it be avoided? Ben