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



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to