X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=KyVmk2Ew37FznL5Z
	Vu2AQW4e5rpTml8ITeC0EHhXNS/m3jI+VYiQik0Aks9Q4zJQUi1nlJmEUo3n/ziq
	wScHgtp5ewoUt4VfQhru3M3tNauXDS6gkDRD4YlVEM6MwIGr/T9HpkNVQS42OoZW
	i69hFvt8bkagV+5DG0LI//Od5XE=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; s=default; bh=TQdPQMxmSuqCjpHwQd++oD
	dNBwA=; b=uofu4cTY76Send/3e2dgN55ObCfdcejF501LhtANFZ7nCWrpNFw8Ln
	1gx6gl++efOivggvLglLs3RfSrABmvwC89qS5RfdlbA6v5TEp+MujVS1v9DCP/+X
	g0XtJxbCF+b4PpyRtQnRcICH1KnTmXep4zREIMidj3ibkjvta1v74=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-wm0-f48.google.com
X-Received: by 10.194.200.134 with SMTP id js6mr41572873wjc.114.1448362441941;        Tue, 24 Nov 2015 02:54:01 -0800 (PST)
Subject: Re: Problem with nm in binutils-2.25-2 on x86
To: cygwin@cygwin.com
References: <5613C8B0.5060604@cornell.edu> <5614EC94.7080500@gmail.com> <561638C5.90503@gmail.com> <561684E7.5010608@cornell.edu> <5617974E.10705@gmail.com> <5617DF99.7030701@cornell.edu> <561853F4.8010009@gmail.com> <561928EB.1050106@gmail.com> <5619E4A0.6090808@gmail.com> <561A6992.8090401@cornell.edu> <564EFBB6.2010107@gmail.com> <564F263C.4040600@gmail.com>
From: Marco Atzeri <marco.atzeri@gmail.com>
Message-ID: <565441BF.5070000@gmail.com>
Date: Tue, 24 Nov 2015 11:53:51 +0100
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0
MIME-Version: 1.0
In-Reply-To: <564F263C.4040600@gmail.com>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

On 20/11/2015 14:55, JonY wrote:
> On 11/20/2015 18:53, Marco Atzeri wrote:
>>
>> I catched the same issue on x86_64
>>
>> nm -l liboctave/.libs/cygoctave-3.dll
>>
>>

>>
>> 00000004c10f9ac0 T ztrsyl_BFD: Dwarf Error: Could not find abbrev number
>> 1799.
>>
>> any plan to update also the x86_64 version ?
>>
>
> Didn't know it was also happening on 64bit, I will update it soon.
>

I will appreciate.

I built 2.25-4 for x86_64 using the x86 source and this
problem seems gone.

$ nm -l liboctave/.libs/cygoctave-3.dll |& grep Error

produces no any more Dwarf complains.

PS:
Not sure if it is relevant for your build, but I noticed:

checking for version 0.10 of ISL... no
checking for version 0.11 of ISL... no
checking for version 0.12 of ISL... no

while

$ cygcheck -cd |grep isl
isl                                     0.14.1-1
libisl-devel                            0.14.1-1
libisl10                                0.11.1-2
libisl13                                0.14.1-1


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

