[LLVMbugs] [Bug 8665] New: intel assembly syntax parser for mc

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Nov 22 15:03:41 PST 2010


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: unassignedbugs at nondot.org
        ReportedBy: nlewycky at google.com
                CC: llvmbugs at cs.uiuc.edu


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.



More information about the llvm-bugs mailing list