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 = "#"; CommentString = "#";
GlobalPrefix = ""; GlobalPrefix = "";
PrivateGlobalPrefix = ""; PrivateGlobalPrefix = "";
ConstantPoolSection = "\t.section .rodata.cst4\t"; ConstantPoolSection = "\t.section .rodata\t";
JumpTableDataSection = ".section .rodata.cst4"; JumpTableDataSection = ".section .rodata";
CStringSection = "\t.section\t.rodata"; CStringSection = "\t.section\t.rodata";
StaticCtorsSection = ".section\t.ctors,\"aw\",@progbits"; StaticCtorsSection = ".section\t.ctors,\"aw\",@progbits";
StaticDtorsSection = ".section\t.dtors,\"aw\",@progbits"; StaticDtorsSection = ".section\t.dtors,\"aw\",@progbits";