[llvm-bugs] [Bug 29159] New: MIPS ASM doesn't understand certain FreeBSD GAS

via llvm-bugs llvm-bugs at lists.llvm.org
Sat Aug 27 12:28:50 PDT 2016


https://llvm.org/bugs/show_bug.cgi?id=29159

            Bug ID: 29159
           Summary: MIPS ASM doesn't understand certain FreeBSD GAS
           Product: clang
           Version: trunk
          Hardware: Other
                OS: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: sbruno at freebsd.org
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

It looks like 32bit MIPS assembler directives in sys/mips/mips/support.S aren't
supported by clang at this time:

/home/sbruno/mips64-clang/sys/mips/mips/support.S:872:10: error: invalid token
in expression
 ld $8, ($5)
         ^
/home/sbruno/mips64-clang/sys/mips/mips/support.S:872:11: error: unexpected
token in argument list
 ld $8, ($5)
          ^
/home/sbruno/mips64-clang/sys/mips/mips/support.S:875:10: error: invalid token
in expression
 sd $8, ($4)
         ^
/home/sbruno/mips64-clang/sys/mips/mips/support.S:875:11: error: unexpected
token in argument list
 sd $8, ($4)
          ^
/home/sbruno/mips64-clang/sys/mips/mips/support.S:895:10: error: invalid token
in expression
 ld $8, ($4)
         ^
/home/sbruno/mips64-clang/sys/mips/mips/support.S:895:11: error: unexpected
token in argument list
 ld $8, ($4)
          ^
/home/sbruno/mips64-clang/sys/mips/mips/support.S:898:10: error: invalid token
in expression
 sd $8, ($5)
         ^
/home/sbruno/mips64-clang/sys/mips/mips/support.S:898:11: error: unexpected
token in argument list
 sd $8, ($5)
          ^
/home/sbruno/mips64-clang/sys/mips/mips/support.S:940:10: error: invalid token
in expression
 ld $2, ($4)
         ^
/home/sbruno/mips64-clang/sys/mips/mips/support.S:940:11: error: unexpected
token in argument list
 ld $2, ($4)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160827/5e6705a6/attachment.html>


More information about the llvm-bugs mailing list