[LLVMdev] Mips nomicromips?
Richard Pennington
rich at pennware.com
Tue Jun 12 03:38:54 PDT 2012
Hi,
I've decided to switch from the NetBSD standard library to the musl library
(http://www.etalabs.net/musl/) for my ELLCC (http://ellcc.org) cross compiler
project. During my musl feasability study I made a Mips port of musl. A day or
two ago, just to make things interesting, I updated to the LLVM TOT (r158294).
I started getting assembler warnings about ".set nomicromips".
I'm running a fairly recent binutils (2.21.1).
My questions are:
1. Does the code generator really need to output ".set nomicromips"?
2. Does a more recent version of binutils understand it?
-Rich
More information about the llvm-dev
mailing list