OSDN Git Service

[PowerPC] Add support for TLS data relocations
authorUlrich Weigand <ulrich.weigand@de.ibm.com>
Mon, 1 Jul 2013 23:33:29 +0000 (23:33 +0000)
committerUlrich Weigand <ulrich.weigand@de.ibm.com>
Mon, 1 Jul 2013 23:33:29 +0000 (23:33 +0000)
commit228e0afcfd0d5f167a95c6ddbec2c6a4a90b6d2b
tree495ce8f8ca372d6efb3347018fd8803b015ff810
parent74d2a3e1a014b93e9037a7b04e85dc92bfb54fa7
[PowerPC] Add support for TLS data relocations

This adds support for TLS data relocations and modifiers:
       .quad target@dtpmod
       .quad target@tprel
       .quad target@dtprel
Currently exploited by the asm parser only.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185394 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCExpr.h
include/llvm/Object/ELF.h
include/llvm/Support/ELF.h
lib/MC/MCELFStreamer.cpp
lib/MC/MCExpr.cpp
lib/Target/PowerPC/MCTargetDesc/PPCELFObjectWriter.cpp
test/MC/PowerPC/ppc64-fixups.s