Changes in directory llvm/lib/Target:
TargetAsmInfo.cpp updated: 1.2 -> 1.3
---
Log message:
Add support for other relocation bases to jump tables, as well as custom asm
directives
---
Diffs of the changes: (+1 -0)
TargetAsmInfo.cpp | 1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/Target/TargetAsmInfo.cpp
diff -u llvm/lib/Target/TargetAsmInfo.cpp:1.2
llvm/lib/Target/TargetAsmInfo.cpp:1.3
--- llvm/lib/Target/TargetAsmInfo.cpp:1.2 Wed Sep 6 14:21:41 2006
+++ llvm/lib/Target/TargetAsmInfo.cpp Sun Sep 24 14:45:58 2006
@@ -47,6 +47,7 @@
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),
_______________________________________________
llvm-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits