From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5493 invoked by alias); 28 Feb 2014 17:52:08 -0000 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 Received: (qmail 5483 invoked by uid 89); 28 Feb 2014 17:52:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qg0-f42.google.com Received: from mail-qg0-f42.google.com (HELO mail-qg0-f42.google.com) (209.85.192.42) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 28 Feb 2014 17:52:06 +0000 Received: by mail-qg0-f42.google.com with SMTP id q107so2952512qgd.1 for ; Fri, 28 Feb 2014 09:52:04 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.140.30.230 with SMTP id d93mr5233576qgd.51.1393609924423; Fri, 28 Feb 2014 09:52:04 -0800 (PST) Received: by 10.140.31.68 with HTTP; Fri, 28 Feb 2014 09:52:04 -0800 (PST) In-Reply-To: <20140228043830.GH14922@bubble.grove.modra.org> References: <20140228043830.GH14922@bubble.grove.modra.org> Date: Fri, 28 Feb 2014 17:52:00 -0000 Message-ID: Subject: Re: gas emits incorrect .debug_line prologue header length for 64-bit DWARF From: Ed Maste To: Ed Maste , binutils@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2014-02/txt/msg00183.txt.bz2 On 27 February 2014 23:38, Alan Modra wrote: > Thanks for the heads-up. I'm committing the following to mainline > that calculates the length as a simple difference of two symbols. > > * dwarf2dbg.c (out_debug_line): Correct .debug_line header_length > field for 64-bit dwarf. Thanks. Can I commit this version to the FreeBSD in-tree binutils under GPLv2? -Ed