mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
Match GCC's behaviour for these sections.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46916 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fea2be50b9
commit
16b0bd6c83
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user