[llvm-commits] CVS: llvm/lib/Target/TargetAsmInfo.cpp
Chris Lattner
sabre at nondot.org
Wed Oct 4 20:14:17 PDT 2006
Changes in directory llvm/lib/Target:
TargetAsmInfo.cpp updated: 1.5 -> 1.6
---
Log message:
Don't bother setting JumpTableTextSection, it is about to disappear
---
Diffs of the changes: (+0 -1)
TargetAsmInfo.cpp | 1 -
1 files changed, 1 deletion(-)
Index: llvm/lib/Target/TargetAsmInfo.cpp
diff -u llvm/lib/Target/TargetAsmInfo.cpp:1.5 llvm/lib/Target/TargetAsmInfo.cpp:1.6
--- llvm/lib/Target/TargetAsmInfo.cpp:1.5 Wed Oct 4 19:35:16 2006
+++ llvm/lib/Target/TargetAsmInfo.cpp Wed Oct 4 22:13:59 2006
@@ -46,7 +46,6 @@
SectionEndDirectiveSuffix(0),
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"),
More information about the llvm-commits
mailing list