Match GCC's behaviour for these sections.

llvm-svn: 46916
This commit is contained in:
Nick Lewycky 2008-02-10 00:03:54 +00:00
parent 727c7634c7
commit 52ea27db17
1 changed files with 2 additions and 2 deletions

View 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";