[llvm-commits] CVS: llvm/lib/Target/TargetAsmInfo.cpp
Andrew Lenharth
alenhar2 at cs.uiuc.edu
Sun Sep 24 12:46:12 PDT 2006
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\", at progbits"),
StaticDtorsSection("\t.section .dtors,\"aw\", at progbits"),
FourByteConstantSection(0),
More information about the llvm-commits
mailing list