Position Independent Code (PIC) support [2]
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Tue, 9 Oct 2007 03:01:19 +0000 (03:01 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Tue, 9 Oct 2007 03:01:19 +0000 (03:01 +0000)
commit0a6040063fd9419041a81ada8f75b389381eb6b9
treef96bfd9537505a69ca0bf1f817f71074d7ba0675
parente78080c4dc1942fe8e2a1f28a280903868282e48
Position Independent Code (PIC) support [2]
- Added a function to hold the stack location
  where GP must be stored during LowerCALL
- AsmPrinter now emits directives based on
  relocation type
- PIC_ set to default relocation type (same as GCC)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42779 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MipsAsmPrinter.cpp
lib/Target/Mips/MipsMachineFunction.h
lib/Target/Mips/MipsTargetMachine.cpp