Changes in directory llvm/lib/Target/ARM:
ARMTargetAsmInfo.cpp updated: 1.2 -> 1.3 --- Log message: Define StaticCtorsSection and StaticDtorsSection for ARM. --- Diffs of the changes: (+2 -0) ARMTargetAsmInfo.cpp | 2 ++ 1 files changed, 2 insertions(+) Index: llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp diff -u llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp:1.2 llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp:1.3 --- llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp:1.2 Wed Dec 6 07:35:10 2006 +++ llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp Thu Dec 28 07:13:00 2006 @@ -24,4 +24,6 @@ ConstantPoolSection = "\t.text\n"; AlignmentIsInBytes = false; WeakRefDirective = "\t.weak\t"; + StaticCtorsSection = "\t.section .ctors,\"aw\",%progbits"; + StaticDtorsSection = "\t.section .dtors,\"aw\",%progbits"; } _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits