CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/04/20 05:22:47
Modified files:
gnu/llvm/lib/Target/Mips: MipsAsmPrinter.cpp
Log message:
Restore previous section after setting the MIPS ABI marker. This keeps
the .text section in use after the file header, improving compatibility
with gcc. Without this change, module-level inline assembly blocks could
end up into wrong section.
OK kettenis@ guenther@
