diff options
author | Andrew Lenharth <andrewl@lenharth.org> | 2006-09-24 19:45:58 +0000 |
---|---|---|
committer | Andrew Lenharth <andrewl@lenharth.org> | 2006-09-24 19:45:58 +0000 |
commit | 783a4a9d86565b5993efbb86c401097579d04369 (patch) | |
tree | 9f0461e03ea430e222d0ed78a149fa87c003f87e /llvm/lib/Target/TargetAsmInfo.cpp | |
parent | 3cec4952ab21ffe32c3b0629c2fbe80064d75c8a (diff) | |
download | bcm5719-llvm-783a4a9d86565b5993efbb86c401097579d04369.tar.gz bcm5719-llvm-783a4a9d86565b5993efbb86c401097579d04369.zip |
Add support for other relocation bases to jump tables, as well as custom asm directives
llvm-svn: 30593
Diffstat (limited to 'llvm/lib/Target/TargetAsmInfo.cpp')
-rw-r--r-- | llvm/lib/Target/TargetAsmInfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/TargetAsmInfo.cpp b/llvm/lib/Target/TargetAsmInfo.cpp index e5fc26ecb05..6efcf4be245 100644 --- a/llvm/lib/Target/TargetAsmInfo.cpp +++ b/llvm/lib/Target/TargetAsmInfo.cpp @@ -47,6 +47,7 @@ TargetAsmInfo::TargetAsmInfo() : ConstantPoolSection("\t.section .rodata\n"), JumpTableDataSection("\t.section .rodata\n"), JumpTableTextSection("\t.text\n"), + JumpTableDirective(0), StaticCtorsSection("\t.section .ctors,\"aw\",@progbits"), StaticDtorsSection("\t.section .dtors,\"aw\",@progbits"), FourByteConstantSection(0), |