Match GCC's behaviour for these sections.
[oota-llvm.git] / lib / Target / PowerPC / PPCTargetAsmInfo.cpp
index 8728def217c7c564051d7d4537fa43a4f0ec0c30..90270ad2f08a588163406f9e83ee2ddf41e96e37 100644 (file)
@@ -92,8 +92,8 @@ LinuxTargetAsmInfo::LinuxTargetAsmInfo(const PPCTargetMachine &TM)
   CommentString = "#";
   GlobalPrefix = "";
   PrivateGlobalPrefix = "";
-  ConstantPoolSection = "\t.section .rodata.cst4\t";
-  JumpTableDataSection = ".section .rodata.cst4";
+  ConstantPoolSection = "\t.section .rodata\t";
+  JumpTableDataSection = ".section .rodata";
   CStringSection = "\t.section\t.rodata";
   StaticCtorsSection = ".section\t.ctors,\"aw\",@progbits";
   StaticDtorsSection = ".section\t.dtors,\"aw\",@progbits";