Changes in directory llvm/lib/Target/Alpha:
AlphaTargetAsmInfo.cpp updated: 1.2 -> 1.3 --- Log message: Don't bother setting JumpTableTextSection, it is about to disappear --- Diffs of the changes: (+0 -1) AlphaTargetAsmInfo.cpp | 1 - 1 files changed, 1 deletion(-) Index: llvm/lib/Target/Alpha/AlphaTargetAsmInfo.cpp diff -u llvm/lib/Target/Alpha/AlphaTargetAsmInfo.cpp:1.2 llvm/lib/Target/Alpha/AlphaTargetAsmInfo.cpp:1.3 --- llvm/lib/Target/Alpha/AlphaTargetAsmInfo.cpp:1.2 Sun Sep 24 14:46:56 2006 +++ llvm/lib/Target/Alpha/AlphaTargetAsmInfo.cpp Wed Oct 4 22:13:59 2006 @@ -19,5 +19,4 @@ AlignmentIsInBytes = false; PrivateGlobalPrefix = "$"; JumpTableDirective = ".gprel32"; - JumpTableTextSection = "\t.section .rodata\n"; } _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits