bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/13962] Misleading error message when linking a library wit


From: amodra at gmail dot com
Subject: [Bug binutils/13962] Misleading error message when linking a library with an empty library
Date: Wed, 16 May 2012 02:33:35 +0000

http://sourceware.org/bugzilla/show_bug.cgi?id=13962

Alan Modra <amodra at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |amodra at gmail dot com

--- Comment #2 from Alan Modra <amodra at gmail dot com> 2012-05-16 02:33:35 
UTC ---
What linker produced this binary?  This:

  [ 2] .dynsym           DYNSYM          000000c0 0000c0 000000 10   A  3   1 
4

is somewhat broken.  sh_info of 1 with sh_size of 0 is why GNU ld thinks the
global sym count is -1 and thus runs out of memory.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]