bug-binutils
[Top][All Lists]
Advanced

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

[Bug gold/12525] gold SEGV linking libgcc_s.so.1 on Solaris 11/x86


From: ian at airs dot com
Subject: [Bug gold/12525] gold SEGV linking libgcc_s.so.1 on Solaris 11/x86
Date: Tue, 1 Mar 2011 14:30:00 +0000

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

Ian Lance Taylor <ian at airs dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #1 from Ian Lance Taylor <ian at airs dot com> 2011-03-01 14:29:45 
UTC ---
At least part of the problem is that gold does not support the -dy option. 
That is interpreted as the -d option followed by the -y option.  The -y option
takes an argument, which is the string "-z".  The string "text" is then taken
to name an input file.

That does not explain the crash.  The value of the parameter "p" is apparently
incorrect, but I don't see what could cause that to happen.  I'll need to be
able to recreate this in the debugger somehow.

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