reintroduce support for Mips "small" section handling. This is
authorChris Lattner <sabre@nondot.org>
Thu, 13 Aug 2009 06:28:06 +0000 (06:28 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 13 Aug 2009 06:28:06 +0000 (06:28 +0000)
commitb71b909bc76f48377fc96547d53a088346852600
tree28cc4d39046f706a31051767e47ee87e01f2a679
parentd4c00c0f558193b492aed9ab6aacf84bf1d3fb4e
reintroduce support for Mips "small" section handling.  This is
implemented somewhat differently than before, but it should have
the same functionality and the previous testcase passes again.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78900 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/CMakeLists.txt
lib/Target/Mips/MipsISelLowering.cpp
lib/Target/Mips/MipsISelLowering.h
lib/Target/Mips/MipsSubtarget.cpp
lib/Target/Mips/MipsSubtarget.h
lib/Target/Mips/MipsTargetObjectFile.cpp [new file with mode: 0644]
lib/Target/Mips/MipsTargetObjectFile.h [new file with mode: 0644]
test/CodeGen/Mips/2008-07-15-SmallSection.ll [new file with mode: 0644]