Don't bother setting JumpTableTextSection, it is about to disappear
authorChris Lattner <sabre@nondot.org>
Thu, 5 Oct 2006 03:13:59 +0000 (03:13 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 5 Oct 2006 03:13:59 +0000 (03:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30745 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Alpha/AlphaTargetAsmInfo.cpp
lib/Target/PowerPC/PPCTargetAsmInfo.cpp
lib/Target/TargetAsmInfo.cpp

index ed8f6cbe4aa92e20eb0b378abd3c53a853296cca..f9e4c4e67f29dcbfa713fcc842c02a424a813ee2 100644 (file)
@@ -19,5 +19,4 @@ AlphaTargetAsmInfo::AlphaTargetAsmInfo(const AlphaTargetMachine &TM) {
   AlignmentIsInBytes = false;
   PrivateGlobalPrefix = "$";
   JumpTableDirective = ".gprel32";
-  JumpTableTextSection = "\t.section .rodata\n";
 }
index 02ba912fbf43ad204418d36106606e204d7c4005..6615add963a7e9b4cd81f53db7da6f378ec5bed9 100644 (file)
@@ -28,7 +28,6 @@ DarwinTargetAsmInfo::DarwinTargetAsmInfo(const PPCTargetMachine &TM) {
   AlignmentIsInBytes = false;
   ConstantPoolSection = "\t.const\t";
   JumpTableDataSection = ".const";
-  JumpTableTextSection = "\t.text";
   LCOMMDirective = "\t.lcomm\t";
   StaticCtorsSection = ".mod_init_func";
   StaticDtorsSection = ".mod_term_func";
index 3aa2999601438d01ede36c11688cbd2f91618bd2..79c064c37164f1eac17a41c517b71a26de6cf4c7 100644 (file)
@@ -46,7 +46,6 @@ TargetAsmInfo::TargetAsmInfo() :
   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"),