summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2008-09-24 22:20:27 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2008-09-24 22:20:27 +0000
commit8e7b93938de9bf4e6d2bcb6cb2aa6f7533aa2600 (patch)
tree2fb4e1d425240590c386744bad3ab741a53ef1ae /llvm/lib/Target/ARM
parent91a6705839f1da638f7b0834434e83b4b1a4b570 (diff)
downloadbcm5719-llvm-8e7b93938de9bf4e6d2bcb6cb2aa6f7533aa2600.tar.gz
bcm5719-llvm-8e7b93938de9bf4e6d2bcb6cb2aa6f7533aa2600.zip
Get rid of ReadOnlySection duplicate
llvm-svn: 56582
Diffstat (limited to 'llvm/lib/Target/ARM')
-rw-r--r--llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp b/llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp
index 96451ada1f6..7afbab344b8 100644
--- a/llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp
+++ b/llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp
@@ -72,7 +72,6 @@ ARMDarwinTargetAsmInfo::ARMDarwinTargetAsmInfo(const ARMTargetMachine &TM):
ProtectedDirective = NULL;
JumpTableDataSection = ".const";
CStringSection = "\t.cstring";
- ReadOnlySection = "\t.const\n";
HasDotTypeDotSizeDirective = false;
NeedsIndirectEncoding = true;
if (TM.getRelocationModel() == Reloc::Static) {
@@ -112,7 +111,6 @@ ARMELFTargetAsmInfo::ARMELFTargetAsmInfo(const ARMTargetMachine &TM):
HasLEB128 = true;
AbsoluteDebugSectionOffsets = true;
CStringSection = ".rodata.str";
- ReadOnlySection = "\t.section\t.rodata\n";
PrivateGlobalPrefix = ".L";
WeakRefDirective = "\t.weak\t";
SetDirective = "\t.set\t";
OpenPOWER on IntegriCloud