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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian at airs dot com

--- Comment #7 from Ian Lance Taylor <ian at airs dot com> 2012-04-23 17:30:08 
UTC ---
I agree with Joel that this appears to be a bug in the GNU binutils.  If you
use --just-symbols=EXE, then any symbol defined in EXE should be defined for
use in the link.  It should be an absolute symbol with the value that it has in
EXE.  In this case __rtems_start is defined in EXE with a value of 0.  The
linker should not give an "undefined symbol" error here.

I don't see how H.J.'s patch could lead to this problem, but perhaps it does
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
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to