http://llvm.org/bugs/show_bug.cgi?id=8665

           Summary: intel assembly syntax parser for mc
           Product: new-bugs
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Binutils lets you switch between Intel and AT&T syntax assembly in the middle
of a program, using ".intex_syntax noprefix" and ".att_syntax". Even worse, it
turns out that this is a popular thing to do:

  http://google.com/codesearch?as_q=\.intel_syntax

I don't think we have an intel syntax parser yet, in which case supporting this
will require writing one.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to