From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23148 invoked by alias); 18 May 2011 08:01:11 -0000 Received: (qmail 23030 invoked by uid 22791); 18 May 2011 08:01:09 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (194.98.77.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 18 May 2011 08:00:56 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 93332CB01EF; Wed, 18 May 2011 10:00:55 +0200 (CEST) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YMjj1S48wewT; Wed, 18 May 2011 10:00:52 +0200 (CEST) Received: from ulanbator.act-europe.fr (ulanbator.act-europe.fr [10.10.1.67]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id 95E9FCB016C; Wed, 18 May 2011 10:00:52 +0200 (CEST) Subject: Re: [Patch/xcoff]: xcofflink.c: handle new dwarf sections and symbols Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Tristan Gingold In-Reply-To: <4DD28B02.2020900@redhat.com> Date: Wed, 18 May 2011 08:01:00 -0000 Cc: binutils Development Content-Transfer-Encoding: 7bit Message-Id: <45E19FDB-EE3E-4D62-A4F5-63DD9948E5DC@adacore.com> References: <4DD28B02.2020900@redhat.com> To: Nick Clifton X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2011-05/txt/msg00259.txt.bz2 On May 17, 2011, at 4:49 PM, Nick Clifton wrote: > Hi Tristan, > >> bfd/ >> 2011-05-13 Tristan Gingold >> >> * xcofflink.c (xcoff_link_add_symbols): Handle C_DWARF symbols. >> (xcoff_sweep): Always keep dwarf sections. >> (xcoff_link_input_bfd): Handle dwarf symbols and sections. > > Approved - please apply. Thanks, committed. Tristan.