* Rename existing relocations to be more specific
authorChris Lattner <sabre@nondot.org>
Wed, 24 Nov 2004 22:30:08 +0000 (22:30 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 24 Nov 2004 22:30:08 +0000 (22:30 +0000)
commit5efb75daed48edfeb03ba62f3f0afe81b86f5d7f
tree7c99314e1f98ec1f73650c060d51ed9cf85133fd
parent53e4aa57c6bdc9bc99d7d8843e1b2b693a16fbfa
* Rename existing relocations to be more specific
* Add relocations for refernces to non-lazy darwin stubs and implement
  them correctly.

With this change, we can correctly references external globals, and now
all but two UnitTests and all but 1 Regression/C tests pass.

More importantly, bugpoint-jit will start giving us useful testcases,
instead of always telling us that references to external globals don't
work :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18222 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCCodeEmitter.cpp
lib/Target/PowerPC/PPCJITInfo.cpp
lib/Target/PowerPC/PPCRelocations.h