Author: nicholas
Date: Sat Feb  9 18:03:54 2008
New Revision: 46916

URL: http://llvm.org/viewvc/llvm-project?rev=46916&view=rev
Log:
Match GCC's behaviour for these sections.

Modified:
    llvm/trunk/lib/Target/PowerPC/PPCTargetAsmInfo.cpp

Modified: llvm/trunk/lib/Target/PowerPC/PPCTargetAsmInfo.cpp
URL: 
http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/PowerPC/PPCTargetAsmInfo.cpp?rev=46916&r1=46915&r2=46916&view=diff

==============================================================================
--- llvm/trunk/lib/Target/PowerPC/PPCTargetAsmInfo.cpp (original)
+++ llvm/trunk/lib/Target/PowerPC/PPCTargetAsmInfo.cpp Sat Feb  9 18:03:54 2008
@@ -92,8 +92,8 @@
   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";


_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to