summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCTargetAsmInfo.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-02-12 19:25:12 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-02-12 19:25:12 +0000
commit83af1197cad729292bf328aa6a9335fd9b599ae2 (patch)
tree13408f638a137b67bc3386672d0c9497ba8b6cfc /llvm/lib/Target/PowerPC/PPCTargetAsmInfo.cpp
parent8a25d6ac53e657f28825b6863563021c4ca007d4 (diff)
downloadbcm5719-llvm-83af1197cad729292bf328aa6a9335fd9b599ae2.tar.gz
bcm5719-llvm-83af1197cad729292bf328aa6a9335fd9b599ae2.zip
Revert r46916 PPCTargetAsmInfo.cpp.
llvm-svn: 47020
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCTargetAsmInfo.cpp')
-rw-r--r--llvm/lib/Target/PowerPC/PPCTargetAsmInfo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCTargetAsmInfo.cpp b/llvm/lib/Target/PowerPC/PPCTargetAsmInfo.cpp
index 90270ad2f08..8728def217c 100644
--- a/llvm/lib/Target/PowerPC/PPCTargetAsmInfo.cpp
+++ b/llvm/lib/Target/PowerPC/PPCTargetAsmInfo.cpp
@@ -92,8 +92,8 @@ LinuxTargetAsmInfo::LinuxTargetAsmInfo(const PPCTargetMachine &TM)
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\",@progbits";
StaticDtorsSection = ".section\t.dtors,\"aw\",@progbits";
OpenPOWER on IntegriCloud