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

Lauro Ramos Venancio lauro.venancio at gmail.com
Mon May 14 11:33:23 PDT 2007



Changes in directory llvm/lib/Target/ARM:

ARMTargetAsmInfo.cpp updated: 1.20 -> 1.21
---
Log message:

Enable aliases on arm-linux.


---
Diffs of the changes:  (+1 -0)

 ARMTargetAsmInfo.cpp |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp
diff -u llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp:1.20 llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp:1.21
--- llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp:1.20	Thu May  3 15:28:35 2007
+++ llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp	Mon May 14 13:32:55 2007
@@ -69,6 +69,7 @@
     ReadOnlySection = "\t.section\t.rodata\n";
     PrivateGlobalPrefix = ".L";
     WeakRefDirective = "\t.weak\t";
+    SetDirective = "\t.set\t";
     DwarfRequiresFrameSection = false;
     DwarfAbbrevSection =  "\t.section\t.debug_abbrev,\"\",%progbits";
     DwarfInfoSection =    "\t.section\t.debug_info,\"\",%progbits";






More information about the llvm-commits mailing list