mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
Revert r46916 PPCTargetAsmInfo.cpp.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47020 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9f143ce989
commit
394d28048c
@ -92,8 +92,8 @@ LinuxTargetAsmInfo::LinuxTargetAsmInfo(const PPCTargetMachine &TM)
|
|||||||
CommentString = "#";
|
CommentString = "#";
|
||||||
GlobalPrefix = "";
|
GlobalPrefix = "";
|
||||||
PrivateGlobalPrefix = "";
|
PrivateGlobalPrefix = "";
|
||||||
ConstantPoolSection = "\t.section .rodata\t";
|
ConstantPoolSection = "\t.section .rodata.cst4\t";
|
||||||
JumpTableDataSection = ".section .rodata";
|
JumpTableDataSection = ".section .rodata.cst4";
|
||||||
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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user