From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12587 invoked by alias); 4 Nov 2010 15:47:03 -0000 Received: (qmail 12577 invoked by uid 22791); 4 Nov 2010 15:47:02 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mail-wy0-f169.google.com (HELO mail-wy0-f169.google.com) (74.125.82.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 04 Nov 2010 15:46:56 +0000 Received: by wyf23 with SMTP id 23so2187650wyf.0 for ; Thu, 04 Nov 2010 08:46:54 -0700 (PDT) Received: by 10.227.155.66 with SMTP id r2mr868928wbw.116.1288885614336; Thu, 04 Nov 2010 08:46:54 -0700 (PDT) Received: from [192.168.2.99] (cpc2-cmbg8-0-0-cust61.5-4.cable.virginmedia.com [82.6.108.62]) by mx.google.com with ESMTPS id b30sm46202wbb.10.2010.11.04.08.46.53 (version=SSLv3 cipher=RC4-MD5); Thu, 04 Nov 2010 08:46:53 -0700 (PDT) Message-ID: <4CD2DAF7.3050001@gmail.com> Date: Thu, 04 Nov 2010 15:47:00 -0000 From: Dave Korn User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Kai Tietz CC: Binutils Subject: Re: [patch ld]: Add dwarf 4 section description for PE and PE+. References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: 2010-11/txt/msg00090.txt.bz2 On 04/11/2010 15:27, Kai Tietz wrote: > I added to this patch the coffcode.h part in bfd > > Additional ChangeLog > > 2010-11-04 Kai Tietz > > * coffcode.h (GNU_LINKONCE_WT): New. > (sec_to_styp_flags): Add handling of new debug > section. > (styp_to_sec_flags): Likewise. > > Tested for x86_64-w64-mingw32 and i686-pc-cygwin. Ok for apply? Yep, that's fine, thanks. cheers, DaveK