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.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to