From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29466 invoked by alias); 27 Jun 2003 08:01:57 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 29450 invoked from network); 27 Jun 2003 08:01:53 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 27 Jun 2003 08:01:53 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h5R81rH18146 for ; Fri, 27 Jun 2003 04:01:53 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h5R81rI00549 for ; Fri, 27 Jun 2003 04:01:53 -0400 Received: from localhost.localdomain.redhat.com (vpn50-22.rdu.redhat.com [172.16.50.22]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h5R81Y226499 for ; Fri, 27 Jun 2003 04:01:49 -0400 To: gdb-patches@sources.redhat.com Subject: Re: [PATCH] fix symbol reading for separate debug info References: <16123.25811.278735.90386@localhost.redhat.com> From: Nick Clifton Date: Fri, 27 Jun 2003 08:01:00 -0000 In-Reply-To: <16123.25811.278735.90386@localhost.redhat.com> (Elena Zannoni's message of "Thu, 26 Jun 2003 17:25:39 -0400") Message-ID: User-Agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-06/txt/msg00809.txt.bz2 Hi Guys, > Elena Zannoni writes: > This fixes the problem reported by Nick in: > http://sources.redhat.com/ml/gdb-patches/2003-06/msg00409.html > > The binutils support for the separate debug info file can now be used. I > think Nick has a couple of fixes for objcopy to check in. Yup - I have just checked it in. Cheers Nick