bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/11037] invalid code generation depending on code position


From: hjl dot tools at gmail dot com
Subject: [Bug gas/11037] invalid code generation depending on code position
Date: 8 Dec 2009 00:19:45 -0000

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




reply via email to

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