[llvm-dev] [libunwind][Mips] Problem using gas to assemble UnwindRegistersSave.S

Richard Pennington via llvm-dev llvm-dev at lists.llvm.org
Sun Sep 27 16:52:25 PDT 2015


On 09/27/2015 06:41 PM, Vasileios Kalintiris wrote:
> Hi Richard,
>
> Clang doesn't have support for MIPS I. The trap-on-condition instructions were added in MIPS II and they should work fine. This is why it works with ".set mips32r2".
>
> Which version of the ISA did you specify when you used the integrated assembler?
>
> Thanks,
> Vasileios
>
>
Hi Vasileios,

The integrated assembler works great. It was gas that complained. 
Apparently gas must default to MIPS I

-Rich


More information about the llvm-dev mailing list