------- Additional Comments From hjl dot tools at gmail dot com  2008-03-07 
04:11 -------
(In reply to comment #3)
> 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
> 

Your testcase is incorrect on ia64-linux, ppc-linux and mips-linux.
I either got assembler error and linker error. Do you have a testcase
for a supported binutils target?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


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