[llvm-commits] [llvm] r47020 - /llvm/trunk/lib/Target/PowerPC/PPCTargetAsmInfo.cpp

Evan Cheng evan.cheng at apple.com
Tue Feb 12 11:25:13 PST 2008


Author: evancheng
Date: Tue Feb 12 13:25:12 2008
New Revision: 47020

URL: http://llvm.org/viewvc/llvm-project?rev=47020&view=rev
Log:
Revert r46916 PPCTargetAsmInfo.cpp.

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=47020&r1=47019&r2=47020&view=diff

==============================================================================
--- llvm/trunk/lib/Target/PowerPC/PPCTargetAsmInfo.cpp (original)
+++ llvm/trunk/lib/Target/PowerPC/PPCTargetAsmInfo.cpp Tue Feb 12 13:25:12 2008
@@ -92,8 +92,8 @@
   CommentString = "#";
   GlobalPrefix = "";
   PrivateGlobalPrefix = "";
-  ConstantPoolSection = "\t.section .rodata\t";
-  JumpTableDataSection = ".section .rodata";
+  ConstantPoolSection = "\t.section .rodata.cst4\t";
+  JumpTableDataSection = ".section .rodata.cst4";
   CStringSection = "\t.section\t.rodata";
   StaticCtorsSection = ".section\t.ctors,\"aw\", at progbits";
   StaticDtorsSection = ".section\t.dtors,\"aw\", at progbits";





More information about the llvm-commits mailing list