https://llvm.org/bugs/show_bug.cgi?id=26321
Bug ID: 26321
Summary: MIPS IAS does not handle pseudoinstruction dla w/o $at
Product: new-bugs
Version: trunk
Hardware: Other
OS: FreeBSD
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
Another result from Sean Bruno's ongoing attempts to build FreeBSD/MIPS with
Clang & integrated assembler:
/home/sbruno/head/sys/mips/mips/exception.S:196:2: error: pseudo-instruction
requires $at, which is not available
dla $26, machExceptionTable # get base of the jump table
GNU as assembles the dla pseudoinstruction as:
; PTR_LA k0, _C_LABEL(machExceptionTable) # get base of the jump
table
c0: 3c1a0000 lui k0,0x0
c4: 675a0000 daddiu k0,k0,0
c8: 001ad438 dsll k0,k0,0x10
cc: 675a0000 daddiu k0,k0,0
d0: 001ad438 dsll k0,k0,0x10
d4: 675a0000 daddiu k0,k0,0
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs