UNDER CONSTRUCTIONThis article describes some notes about MIPS with a focus on GCC,binutils, and LLVM/Clang.ISAsEarlier ISAs, such as MIPS I, MIPS II, MIPS III, and MIPS IV, can beselected bygcc -march=mips[1-4]. MIPS V has noimplementation and GCC doesn't support-march=mips5.Successive versions are split into MIPS32 and MIPS64, which can beselected by-march=mips{32,64}and-march=mips{32,64}r{2,3,5,6}.-march=mips{32,64}r4is not supported.Release 6 is very different from prior releases.-march=mips{32,64}r2define__mips_isa_revto 2.-march=mips{
...
继续阅读
(78)