[llvm-commits] CVS: llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp

Lauro Ramos Venancio lauro.venancio at gmail.com
Thu Dec 28 05:13:16 PST 2006



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";
 }






More information about the llvm-commits mailing list