------- Additional Comments From d dot g dot gorbachev at gmail dot com  
2009-05-30 10:54 -------
It's a usual syntax for x86 assemblers ( e.g. MASM
http://webster.cs.ucr.edu/Page_TechDocs/MASMDoc/ , NASM
http://www.nasm.us/doc/nasmdoc3.html#section-3.5 ). It seems it was not
documented in GAS, not for x86, at least.

The "jmp .+2" thing is AT&T syntax

|.att_syntax
|    jmp .+2
|    nop

This still works.

-- 


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

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