[LLVMbugs] [Bug 8734] New: [MC assembler] .float not supported

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Dec 3 14:59:23 PST 2010


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

           Summary: [MC assembler] .float not supported
           Product: new-bugs
           Version: trunk
          Platform: PC
        OS/Version: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: dimitry at andric.com
                CC: llvmbugs at cs.uiuc.edu


It looks like integrated-as supports the .single directive, but not the
synonym .float.  This should be easy to implement. :)

http://sourceware.org/binutils/docs/as/Float.html says:

  7.53 .float flonums

  This directive assembles zero or more flonums, separated by commas.
  It has the same effect as .single. The exact kind of floating point
  numbers emitted depends on how as is configured. See [Machine
  Dependencies].

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