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 | 4d43322fbff8d1233d86ba8c2af291352c3aca99 (patch) | |
tree | 3c0d821b7bc1348ceb668211ab8df611cc0f31a7 /lib/Target/PowerPC/PPCTargetAsmInfo.cpp | |
parent | 8abb75814e20e6dfade3e81088ebab5a26773af2 (diff) | |
download | external_llvm-4d43322fbff8d1233d86ba8c2af291352c3aca99.zip external_llvm-4d43322fbff8d1233d86ba8c2af291352c3aca99.tar.gz external_llvm-4d43322fbff8d1233d86ba8c2af291352c3aca99.tar.bz2 |
Get rid of ReadOnlySection duplicate
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56582 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCTargetAsmInfo.cpp')
-rw-r--r-- | lib/Target/PowerPC/PPCTargetAsmInfo.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/PowerPC/PPCTargetAsmInfo.cpp b/lib/Target/PowerPC/PPCTargetAsmInfo.cpp index 8980024..6988e78 100644 --- a/lib/Target/PowerPC/PPCTargetAsmInfo.cpp +++ b/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 |