public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Problem with nm in binutils-2.25-2 on x86
@ 2015-10-06 13:12 Ken Brown
  2015-10-07  9:57 ` JonY
  0 siblings, 1 reply; 14+ messages in thread
From: Ken Brown @ 2015-10-06 13:12 UTC (permalink / raw)
  To: cygwin

This is a followup to 
https://www.cygwin.com/ml/cygwin/2015-10/msg00059.html .

I tried to build icu using gcc-5 and binutils-2.25-2 on x86.  The build 
appeared to hang when cygport was stripping executables.  I traced the 
problem to a call to 'nm -l' in src_postinst.cygpart.  This produced 
errors like the following when called on some of the DLLs:

$ nm -l cygicui18n56.dll
6270c458 b .bssBFD: Dwarf Error: Could not find abbrev number 1151.
6270c594 b .bssBFD: Dwarf Error: Could not find abbrev number 1151.
6270c0cc b .bssBFD: Dwarf Error: Could not find abbrev number 1151.
...

This particular DLL can be found at

   http://sanibeltranquility.com/cygwin/cygicui18n56.dll.xz

nm -l from binutils-2.25-1 has no problem on this DLL.  The behavior is 
the same whether the DLL is built using binutils-2.25-1 or 2.25-2, so 
this appears to just be a bug in nm.  [The DLL I posted at the above URL 
was buil with binutils-2.25-1.]

Ken

--
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

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Problem with nm in binutils-2.25-2 on x86
  2015-10-06 13:12 Problem with nm in binutils-2.25-2 on x86 Ken Brown
@ 2015-10-07  9:57 ` JonY
  2015-10-08  9:35   ` JonY
  0 siblings, 1 reply; 14+ messages in thread
From: JonY @ 2015-10-07  9:57 UTC (permalink / raw)
  To: cygwin; +Cc: Kai Tietz

[-- Attachment #1: Type: text/plain, Size: 1062 bytes --]

On 10/6/2015 21:12, Ken Brown wrote:
> This is a followup to
> https://www.cygwin.com/ml/cygwin/2015-10/msg00059.html .
> 
> I tried to build icu using gcc-5 and binutils-2.25-2 on x86.  The build
> appeared to hang when cygport was stripping executables.  I traced the
> problem to a call to 'nm -l' in src_postinst.cygpart.  This produced
> errors like the following when called on some of the DLLs:
> 
> $ nm -l cygicui18n56.dll
> 6270c458 b .bssBFD: Dwarf Error: Could not find abbrev number 1151.
> 6270c594 b .bssBFD: Dwarf Error: Could not find abbrev number 1151.
> 6270c0cc b .bssBFD: Dwarf Error: Could not find abbrev number 1151.
> ...
> 
> This particular DLL can be found at
> 
>   http://sanibeltranquility.com/cygwin/cygicui18n56.dll.xz
> 
> nm -l from binutils-2.25-1 has no problem on this DLL.  The behavior is
> the same whether the DLL is built using binutils-2.25-1 or 2.25-2, so
> this appears to just be a bug in nm.  [The DLL I posted at the above URL
> was buil with binutils-2.25-1.]
> 
> Ken

CC Kai.




[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Problem with nm in binutils-2.25-2 on x86
  2015-10-07  9:57 ` JonY
@ 2015-10-08  9:35   ` JonY
  2015-10-08 14:59     ` Ken Brown
  0 siblings, 1 reply; 14+ messages in thread
From: JonY @ 2015-10-08  9:35 UTC (permalink / raw)
  To: cygwin; +Cc: Kai Tietz

[-- Attachment #1: Type: text/plain, Size: 931 bytes --]

On 10/7/2015 17:57, JonY wrote:
> On 10/6/2015 21:12, Ken Brown wrote:
>> This is a followup to
>> https://www.cygwin.com/ml/cygwin/2015-10/msg00059.html .
>>
>> I tried to build icu using gcc-5 and binutils-2.25-2 on x86.  The build
>> appeared to hang when cygport was stripping executables.  I traced the
>> problem to a call to 'nm -l' in src_postinst.cygpart.  This produced
>> errors like the following when called on some of the DLLs:
>>
>> $ nm -l cygicui18n56.dll
>> 6270c458 b .bssBFD: Dwarf Error: Could not find abbrev number 1151.
>> 6270c594 b .bssBFD: Dwarf Error: Could not find abbrev number 1151.
>> 6270c0cc b .bssBFD: Dwarf Error: Could not find abbrev number 1151.
>> ...
>>
>> This particular DLL can be found at
>>
>>   http://sanibeltranquility.com/cygwin/cygicui18n56.dll.xz
>>

Hi Ken,

Are you able to reproduce a test case? Seems to require some complexity
to trigger it.




[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Problem with nm in binutils-2.25-2 on x86
  2015-10-08  9:35   ` JonY
@ 2015-10-08 14:59     ` Ken Brown
  2015-10-09 10:30       ` JonY
  0 siblings, 1 reply; 14+ messages in thread
From: Ken Brown @ 2015-10-08 14:59 UTC (permalink / raw)
  To: cygwin; +Cc: Kai Tietz

On 10/8/2015 5:35 AM, JonY wrote:
> On 10/7/2015 17:57, JonY wrote:
>> On 10/6/2015 21:12, Ken Brown wrote:
>>> This is a followup to
>>> https://www.cygwin.com/ml/cygwin/2015-10/msg00059.html .
>>>
>>> I tried to build icu using gcc-5 and binutils-2.25-2 on x86.  The build
>>> appeared to hang when cygport was stripping executables.  I traced the
>>> problem to a call to 'nm -l' in src_postinst.cygpart.  This produced
>>> errors like the following when called on some of the DLLs:
>>>
>>> $ nm -l cygicui18n56.dll
>>> 6270c458 b .bssBFD: Dwarf Error: Could not find abbrev number 1151.
>>> 6270c594 b .bssBFD: Dwarf Error: Could not find abbrev number 1151.
>>> 6270c0cc b .bssBFD: Dwarf Error: Could not find abbrev number 1151.
>>> ...
>>>
>>> This particular DLL can be found at
>>>
>>>    http://sanibeltranquility.com/cygwin/cygicui18n56.dll.xz
>>>
>
> Hi Ken,
>
> Are you able to reproduce a test case? Seems to require some complexity
> to trigger it.

Actually, it turns out to be quite easy to trigger it.  I just tested 
random programs that were sitting around, and here's the smallest one I 
found that exhibited the problem:

$ cat getcwd.c
#include <limits.h>
#include <unistd.h>

int
main ()
{
   char buf[PATH_MAX];
   getcwd (buf, PATH_MAX);
}

$ gcc getcwd.c

$ nm -l a.exe
00406000 b .bssBFD: Dwarf Error: Could not find abbrev number 120.
00406018 b .bssBFD: Dwarf Error: Could not find abbrev number 120.
[...]
00406040 b _u.25303BFD: Dwarf Error: Could not find abbrev number 120.
00401000 T _WinMainCRTStartup 
/usr/src/debug/cygwin-2.2.1-1/winsup/cygwin/crt0.c:23
004070b8 i fthunkBFD: Dwarf Error: Could not find abbrev number 120.
00407074 i hnameBFD: Dwarf Error: Could not find abbrev number 120.

Ken

--
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

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Problem with nm in binutils-2.25-2 on x86
  2015-10-08 14:59     ` Ken Brown
@ 2015-10-09 10:30       ` JonY
  2015-10-09 15:38         ` Ken Brown
  0 siblings, 1 reply; 14+ messages in thread
From: JonY @ 2015-10-09 10:30 UTC (permalink / raw)
  To: cygwin; +Cc: Kai Tietz

[-- Attachment #1: Type: text/plain, Size: 666 bytes --]


> $ nm -l a.exe
> 00406000 b .bssBFD: Dwarf Error: Could not find abbrev number 120.
> 00406018 b .bssBFD: Dwarf Error: Could not find abbrev number 120.
> [...]
> 00406040 b _u.25303BFD: Dwarf Error: Could not find abbrev number 120.
> 00401000 T _WinMainCRTStartup
> /usr/src/debug/cygwin-2.2.1-1/winsup/cygwin/crt0.c:23
> 004070b8 i fthunkBFD: Dwarf Error: Could not find abbrev number 120.
> 00407074 i hnameBFD: Dwarf Error: Could not find abbrev number 120.
> 
> Ken

Kai is of the opinion that rebuilding the gcc, CRT, Cygwin and
everything in between be rebuilt with the new binutils to solve the issue.

Might be a huge undertaking.




[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Problem with nm in binutils-2.25-2 on x86
  2015-10-09 10:30       ` JonY
@ 2015-10-09 15:38         ` Ken Brown
  2015-10-09 23:55           ` JonY
  0 siblings, 1 reply; 14+ messages in thread
From: Ken Brown @ 2015-10-09 15:38 UTC (permalink / raw)
  To: cygwin

On 10/9/2015 6:30 AM, JonY wrote:
>
>> $ nm -l a.exe
>> 00406000 b .bssBFD: Dwarf Error: Could not find abbrev number 120.
>> 00406018 b .bssBFD: Dwarf Error: Could not find abbrev number 120.
>> [...]
>> 00406040 b _u.25303BFD: Dwarf Error: Could not find abbrev number 120.
>> 00401000 T _WinMainCRTStartup
>> /usr/src/debug/cygwin-2.2.1-1/winsup/cygwin/crt0.c:23
>> 004070b8 i fthunkBFD: Dwarf Error: Could not find abbrev number 120.
>> 00407074 i hnameBFD: Dwarf Error: Could not find abbrev number 120.
>>
>> Ken
>
> Kai is of the opinion that rebuilding the gcc, CRT, Cygwin and
> everything in between be rebuilt with the new binutils to solve the issue.
>
> Might be a huge undertaking.

That depends on what you mean by "everything in between".  Wouldn't it 
suffice to rebuild the cygwin package and the toolchain?

The main issue for us, AFAICT, is that package maintainers need to be 
able to build their packages without having the build take hours when 
cygport calls 'nm -l'.

Ken

--
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

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Problem with nm in binutils-2.25-2 on x86
  2015-10-09 15:38         ` Ken Brown
@ 2015-10-09 23:55           ` JonY
  2015-10-10 15:04             ` JonY
  0 siblings, 1 reply; 14+ messages in thread
From: JonY @ 2015-10-09 23:55 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 1169 bytes --]

On 10/9/2015 23:39, Ken Brown wrote:
> On 10/9/2015 6:30 AM, JonY wrote:
>>
>>> $ nm -l a.exe
>>> 00406000 b .bssBFD: Dwarf Error: Could not find abbrev number 120.
>>> 00406018 b .bssBFD: Dwarf Error: Could not find abbrev number 120.
>>> [...]
>>> 00406040 b _u.25303BFD: Dwarf Error: Could not find abbrev number 120.
>>> 00401000 T _WinMainCRTStartup
>>> /usr/src/debug/cygwin-2.2.1-1/winsup/cygwin/crt0.c:23
>>> 004070b8 i fthunkBFD: Dwarf Error: Could not find abbrev number 120.
>>> 00407074 i hnameBFD: Dwarf Error: Could not find abbrev number 120.
>>>
>>> Ken
>>
>> Kai is of the opinion that rebuilding the gcc, CRT, Cygwin and
>> everything in between be rebuilt with the new binutils to solve the
>> issue.
>>
>> Might be a huge undertaking.
> 
> That depends on what you mean by "everything in between".  Wouldn't it
> suffice to rebuild the cygwin package and the toolchain?
> 
> The main issue for us, AFAICT, is that package maintainers need to be
> able to build their packages without having the build take hours when
> cygport calls 'nm -l'.
> 

I'll be rebuilding the CRT and cygwin gcc soon to give this a try.




[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Problem with nm in binutils-2.25-2 on x86
  2015-10-09 23:55           ` JonY
@ 2015-10-10 15:04             ` JonY
  2015-10-11  4:25               ` JonY
  0 siblings, 1 reply; 14+ messages in thread
From: JonY @ 2015-10-10 15:04 UTC (permalink / raw)
  To: cygwin; +Cc: Kai Tietz

[-- Attachment #1: Type: text/plain, Size: 1619 bytes --]

On 10/10/2015 07:55, JonY wrote:
> 
> I'll be rebuilding the CRT and cygwin gcc soon to give this a try.
> 

Nope, rebuilding the crt and Cygwin dll did not help at all.

> 00400000 A __image_base__
> 004070b8 I __imp__GetModuleHandleA@4BFD: Dwarf Error: Could not find abbrev number 125.
> 
> 004070bc I __imp__GetProcAddress@8BFD: Dwarf Error: Could not find abbrev number 125.
> 
> 00407080 I __imp____cxa_atexitBFD: Dwarf Error: Could not find abbrev number 125.
> 
> 00407084 I __imp____mainBFD: Dwarf Error: Could not find abbrev number 125.
> 
> 00407088 I __imp___dll_crt0@0BFD: Dwarf Error: Could not find abbrev number 125.
> 
> 0040708c I __imp___impure_ptrBFD: Dwarf Error: Could not find abbrev number 125.
> 
> 00407090 I __imp__callocBFD: Dwarf Error: Could not find abbrev number 125.
> 
> 00407094 I __imp__cygwin_detach_dllBFD: Dwarf Error: Could not find abbrev number 125.
> 
> 00407098 I __imp__cygwin_internalBFD: Dwarf Error: Could not find abbrev number 125.
> 
> 0040709c I __imp__dll_dllcrt0BFD: Dwarf Error: Could not find abbrev number 125.
> 
> 004070a0 I __imp__freeBFD: Dwarf Error: Could not find abbrev number 125.
> 
> 004070a4 I __imp__getcwdBFD: Dwarf Error: Could not find abbrev number 125.
> 
> 004070a8 I __imp__mallocBFD: Dwarf Error: Could not find abbrev number 125.
> 
> 004070ac I __imp__posix_memalignBFD: Dwarf Error: Could not find abbrev number 125.
> 
> 004070b0 I __imp__reallocBFD: Dwarf Error: Could not find abbrev number 125.
> 
> 004071f4 I __lib32_libkernel32_a_inameBFD: Dwarf Error: Could not find abbrev number 125.



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Problem with nm in binutils-2.25-2 on x86
  2015-10-10 15:04             ` JonY
@ 2015-10-11  4:25               ` JonY
  2015-10-11 13:52                 ` Ken Brown
  0 siblings, 1 reply; 14+ messages in thread
From: JonY @ 2015-10-11  4:25 UTC (permalink / raw)
  To: cygwin; +Cc: Kai Tietz

[-- Attachment #1: Type: text/plain, Size: 336 bytes --]

On 10/10/2015 23:04, JonY wrote:
> On 10/10/2015 07:55, JonY wrote:
>>
>> I'll be rebuilding the CRT and cygwin gcc soon to give this a try.
>>
> 
> Nope, rebuilding the crt and Cygwin dll did not help at all.
> 

Updating binutils against git master seems to have solved the problem,
so new binutils version incoming.




[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Problem with nm in binutils-2.25-2 on x86
  2015-10-11  4:25               ` JonY
@ 2015-10-11 13:52                 ` Ken Brown
  2015-11-20 10:53                   ` Marco Atzeri
  0 siblings, 1 reply; 14+ messages in thread
From: Ken Brown @ 2015-10-11 13:52 UTC (permalink / raw)
  To: cygwin; +Cc: Kai Tietz

On 10/11/2015 12:25 AM, JonY wrote:
> On 10/10/2015 23:04, JonY wrote:
>> On 10/10/2015 07:55, JonY wrote:
>>>
>>> I'll be rebuilding the CRT and cygwin gcc soon to give this a try.
>>>
>>
>> Nope, rebuilding the crt and Cygwin dll did not help at all.
>>
>
> Updating binutils against git master seems to have solved the problem,
> so new binutils version incoming.

Confirmed.  Thanks.

Ken


--
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

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Problem with nm in binutils-2.25-2 on x86
  2015-10-11 13:52                 ` Ken Brown
@ 2015-11-20 10:53                   ` Marco Atzeri
  2015-11-20 13:55                     ` JonY
  0 siblings, 1 reply; 14+ messages in thread
From: Marco Atzeri @ 2015-11-20 10:53 UTC (permalink / raw)
  To: cygwin

On 11/10/2015 15:52, Ken Brown wrote:
> On 10/11/2015 12:25 AM, JonY wrote:
>> On 10/10/2015 23:04, JonY wrote:
>>> On 10/10/2015 07:55, JonY wrote:
>>>>
>>>> I'll be rebuilding the CRT and cygwin gcc soon to give this a try.
>>>>
>>>
>>> Nope, rebuilding the crt and Cygwin dll did not help at all.
>>>
>>
>> Updating binutils against git master seems to have solved the problem,
>> so new binutils version incoming.
>
> Confirmed.  Thanks.
>
> Ken
>

I catched the same issue on x86_64

nm -l liboctave/.libs/cygoctave-3.dll


00000004c0aa6530 T zseri_ 
/pub/devel/octave/octave-4.0.0-2.x86_64/src/octave-4.0.0/liboctave/cruft/amos/zseri.f:1
00000004c0aa7090 T zshch_ 
/pub/devel/octave/octave-4.0.0-2.x86_64/src/octave-4.0.0/liboctave/cruft/amos/zshch.f:1
00000004c10f9f40 T zsyrk_BFD: Dwarf Error: Could not find abbrev number 
1799.

00000004c10f9ac8 T ztrcon_BFD: Dwarf Error: Could not find abbrev number 
1799.

00000004c10f9ac0 T ztrsyl_BFD: Dwarf Error: Could not find abbrev number 
1799.

any plan to update also the x86_64 version ?



--
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

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Problem with nm in binutils-2.25-2 on x86
  2015-11-20 10:53                   ` Marco Atzeri
@ 2015-11-20 13:55                     ` JonY
  2015-11-24 18:24                       ` Marco Atzeri
  0 siblings, 1 reply; 14+ messages in thread
From: JonY @ 2015-11-20 13:55 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 779 bytes --]

On 11/20/2015 18:53, Marco Atzeri wrote:
> 
> I catched the same issue on x86_64
> 
> nm -l liboctave/.libs/cygoctave-3.dll
> 
> 
> 00000004c0aa6530 T zseri_
> /pub/devel/octave/octave-4.0.0-2.x86_64/src/octave-4.0.0/liboctave/cruft/amos/zseri.f:1
> 
> 00000004c0aa7090 T zshch_
> /pub/devel/octave/octave-4.0.0-2.x86_64/src/octave-4.0.0/liboctave/cruft/amos/zshch.f:1
> 
> 00000004c10f9f40 T zsyrk_BFD: Dwarf Error: Could not find abbrev number
> 1799.
> 
> 00000004c10f9ac8 T ztrcon_BFD: Dwarf Error: Could not find abbrev number
> 1799.
> 
> 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.




[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Problem with nm in binutils-2.25-2 on x86
  2015-11-20 13:55                     ` JonY
@ 2015-11-24 18:24                       ` Marco Atzeri
  2015-11-25  2:29                         ` JonY
  0 siblings, 1 reply; 14+ messages in thread
From: Marco Atzeri @ 2015-11-24 18:24 UTC (permalink / raw)
  To: cygwin

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Problem with nm in binutils-2.25-2 on x86
  2015-11-24 18:24                       ` Marco Atzeri
@ 2015-11-25  2:29                         ` JonY
  0 siblings, 0 replies; 14+ messages in thread
From: JonY @ 2015-11-25  2:29 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 828 bytes --]

On 11/24/2015 18:53, Marco Atzeri wrote:
> 
> 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.
> 

Ugh, it was sitting in a queue for days, I forgot about it, will upload now.

> 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
> 

Not really relevant for binutils, just gcc.




[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2015-11-24 23:05 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-06 13:12 Problem with nm in binutils-2.25-2 on x86 Ken Brown
2015-10-07  9:57 ` JonY
2015-10-08  9:35   ` JonY
2015-10-08 14:59     ` Ken Brown
2015-10-09 10:30       ` JonY
2015-10-09 15:38         ` Ken Brown
2015-10-09 23:55           ` JonY
2015-10-10 15:04             ` JonY
2015-10-11  4:25               ` JonY
2015-10-11 13:52                 ` Ken Brown
2015-11-20 10:53                   ` Marco Atzeri
2015-11-20 13:55                     ` JonY
2015-11-24 18:24                       ` Marco Atzeri
2015-11-25  2:29                         ` JonY

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).