diff options
author | Evan Cheng <evan.cheng@apple.com> | 2008-02-12 19:25:12 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2008-02-12 19:25:12 +0000 |
commit | 394d28048c2df33cdb48edba74720ff75f0e623c (patch) | |
tree | c697a336bf1d3d0ffc235faad2b615465289a33b /lib | |
parent | 9f143ce9894a053d0338f3fdfefe4cd067213422 (diff) |
Revert r46916 PPCTargetAsmInfo.cpp.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47020 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Target/PowerPC/PPCTargetAsmInfo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/PowerPC/PPCTargetAsmInfo.cpp b/lib/Target/PowerPC/PPCTargetAsmInfo.cpp index 90270ad2f0..8728def217 100644 --- a/lib/Target/PowerPC/PPCTargetAsmInfo.cpp +++ b/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"; |