summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2009-08-04 11:18:31 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2009-08-04 11:18:31 +0000
commitd0a53d380ad83d409651ed4dddb7ca76555c4b30 (patch)
tree06cae91fa01719921cbd4e0beca2bf70137a1c62 /llvm/lib
parent3c5b68e2a7b1e90261e780178700d30118f6a060 (diff)
downloadbcm5719-llvm-d0a53d380ad83d409651ed4dddb7ca76555c4b30.tar.gz
bcm5719-llvm-d0a53d380ad83d409651ed4dddb7ca76555c4b30.zip
Ooops, I was too fast to commit the wrong fix :(
llvm-svn: 78060
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/ARM/ARMTargetObjectFile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/ARMTargetObjectFile.h b/llvm/lib/Target/ARM/ARMTargetObjectFile.h
index b2e9ce51d13..ec63673b62a 100644
--- a/llvm/lib/Target/ARM/ARMTargetObjectFile.h
+++ b/llvm/lib/Target/ARM/ARMTargetObjectFile.h
@@ -25,10 +25,10 @@ namespace llvm {
// That will allow not treating these as "directives".
if (TM.getSubtarget<ARMSubtarget>().isAAPCS_ABI()) {
StaticCtorSection =
- getOrCreateSection(".init_array,\"aw\",%init_array", false,
+ getOrCreateSection("\t.section .init_array,\"aw\",%init_array", true,
SectionKind::getDataRel());
StaticDtorSection =
- getOrCreateSection(".fini_array,\"aw\",%fini_array", false,
+ getOrCreateSection("\t.section .fini_array,\"aw\",%fini_array", true,
SectionKind::getDataRel());
}
}
OpenPOWER on IntegriCloud