diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2008-09-24 22:20:27 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2008-09-24 22:20:27 +0000 |
commit | 8e7b93938de9bf4e6d2bcb6cb2aa6f7533aa2600 (patch) | |
tree | 2fb4e1d425240590c386744bad3ab741a53ef1ae /llvm/lib/Target/PowerPC/PPCTargetAsmInfo.cpp | |
parent | 91a6705839f1da638f7b0834434e83b4b1a4b570 (diff) | |
download | bcm5719-llvm-8e7b93938de9bf4e6d2bcb6cb2aa6f7533aa2600.tar.gz bcm5719-llvm-8e7b93938de9bf4e6d2bcb6cb2aa6f7533aa2600.zip |
Get rid of ReadOnlySection duplicate
llvm-svn: 56582
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCTargetAsmInfo.cpp')
-rw-r--r-- | llvm/lib/Target/PowerPC/PPCTargetAsmInfo.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCTargetAsmInfo.cpp b/llvm/lib/Target/PowerPC/PPCTargetAsmInfo.cpp index 89800247589..6988e78196f 100644 --- a/llvm/lib/Target/PowerPC/PPCTargetAsmInfo.cpp +++ b/llvm/lib/Target/PowerPC/PPCTargetAsmInfo.cpp @@ -43,7 +43,6 @@ PPCDarwinTargetAsmInfo::PPCDarwinTargetAsmInfo(const PPCTargetMachine &TM): ConstantPoolSection = "\t.const\t"; JumpTableDataSection = ".const"; CStringSection = "\t.cstring"; - ReadOnlySection = "\t.const\n"; if (TM.getRelocationModel() == Reloc::Static) { StaticCtorsSection = ".constructor"; StaticDtorsSection = ".destructor"; @@ -137,7 +136,6 @@ PPCLinuxTargetAsmInfo::PPCLinuxTargetAsmInfo(const PPCTargetMachine &TM) : DwarfRangesSection = "\t.section\t.debug_ranges,\"\",@progbits"; DwarfMacInfoSection = "\t.section\t.debug_macinfo,\"\",@progbits"; - ReadOnlySection = "\t.section\t.rodata"; PCSymbol = "."; // Set up DWARF directives |