Define StaticCtorsSection and StaticDtorsSection for ARM.

llvm-svn: 32763
This commit is contained in:
Lauro Ramos Venancio 2006-12-28 13:13:00 +00:00
parent 7251e57ff8
commit 8ab8f7df6f
1 changed files with 2 additions and 0 deletions

View File

@ -24,4 +24,6 @@ ARMTargetAsmInfo::ARMTargetAsmInfo(const ARMTargetMachine &TM) {
ConstantPoolSection = "\t.text\n";
AlignmentIsInBytes = false;
WeakRefDirective = "\t.weak\t";
StaticCtorsSection = "\t.section .ctors,\"aw\",%progbits";
StaticDtorsSection = "\t.section .dtors,\"aw\",%progbits";
}