------- Additional Comments From rafael dot espindola at gmail dot com  
2010-10-01 15:39 -------
A slightly more interesting testcase:


        .fill 56, 1, 0x90
        jne     .LBB0_43
        .fill 10, 1, 0x90
        jne     .LBB0_43
        .fill 5, 1, 0x90
        .align  16, 0x90
        .fill 118, 1, 0x90
.LBB0_43:


gas is producing two 6 bytes jne. Chang the first one with a .fill 6,1,0x90 and
the second one becomes a 2 bytes jne

-- 


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

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