------- Additional Comments From evandro at yahoo dot com  2008-03-04 17:29 
-------
Instructions to reproduce this issue:

as d.s -o d.o
as e.s -o e.o
ar r e.a e.o

The command below results in both "e4" and "ef" to be placed in .bss:

ld d.o e.a

Whereas the command below correctly places "e4" in .sbss:

ld d.o e.o


-- 


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

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