------- Additional Comments From hjl dot tools at gmail dot com  2009-12-08 
00:19 -------
Created an attachment (id=4449)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4449&action=view)
A patch

The problem is in

else if (seg_left == undefined_section
        && add_symbol != orig_add_symbol)

seg_left == undefined_section is wrong. However, add_symbol != orig_add_symbol
isn't reliable since local symbol may be converted. This patch works for the
testcase. If it is OK, I will submit a complete patch with some testcases.


-- 


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

Reply via email to