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\",@progbits"), StaticDtorsSection("\t.section .dtors,\"aw\",@progbits"), _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits