From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13303 invoked by alias); 29 Apr 2004 15:57:23 -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 13254 invoked from network); 29 Apr 2004 15:57:21 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 29 Apr 2004 15:57:21 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i3TFvLKI008719 for ; Thu, 29 Apr 2004 11:57:21 -0400 Received: from pobox.surrey.redhat.com (pobox.surrey.redhat.com [172.16.10.17]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i3TFvKv29946; Thu, 29 Apr 2004 11:57:20 -0400 Received: from localhost.localdomain.redhat.com (vpnuser5.surrey.redhat.com [172.16.9.5]) by pobox.surrey.redhat.com (8.12.8/8.12.8) with ESMTP id i3TFv1Ad030813; Thu, 29 Apr 2004 16:57:09 +0100 To: ford@vss.fsi.com Cc: binutils@sources.redhat.com Subject: Re: [PATCH] Support DWARF 2/3 on i?86 PE From: Nick Clifton Date: Thu, 29 Apr 2004 16:07:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-04/txt/msg00765.txt.bz2 Hi Brian, Sorry for the long delay in approving this patch. I have however now looked at it, approved it and applied it to the sources. Cheers Nick > bfd/ChangeLog: > 2004-04-14 Brian Ford > > * bfd.c (bfd_get_sign_extend_vma): Add pe[i]-i386 case to DJGPP hack. > * coffcode.h (DOT_DEBUG, GNU_LINKONCE_WI): Define. > [!COFF_WITH_PE] (sec_to_styp_flags, styp_to_sec_flags): Use them. > (coff_compute_section_file_positions) [RS6000COFF_C]: Likewise. > [COFF_WITH_PE] (sec_to_styp_flags): Handle DWARF 2/3 .debug* and > .gnu.linkonce.wi. sections. > * pe-i386.c (COFF_SUPPORT_GNU_LINKONCE): Define. > (COFF_SECTION_ALIGNMENT_ENTRIES): Add entries for .debug and > .gnu.linkonce.wi.. > * pei-i386.c (COFF_SUPPORT_GNU_LINKONCE): Likewise. > (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise. > > gas/ChangeLog: > 2004-04-14 Brian Ford > > * dwarf2dbg.c (dwarf2_finish): Add SEC_DEBUGGING to section flags. > > ld/ChangeLog: > 2004-04-14 Brian Ford > > * scripttempl/pe.sc: Handle .debug* and .gnu.linkonce.wi.* sections > for DWARF 2/3. Update stab section's syntax. Approved.