[llvm-commits] CVS: llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp
Lauro Ramos Venancio
lauro.venancio at gmail.com
Fri Jan 26 13:21:11 PST 2007
Changes in directory llvm/lib/Target/ARM:
ARMTargetAsmInfo.cpp updated: 1.7 -> 1.8
---
Log message:
Fix Data16bitsDirective for ELF.
---
Diffs of the changes: (+0 -1)
ARMTargetAsmInfo.cpp | 1 -
1 files changed, 1 deletion(-)
Index: llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp
diff -u llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp:1.7 llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp:1.8
--- llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp:1.7 Tue Jan 23 13:06:03 2007
+++ llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp Fri Jan 26 15:20:45 2007
@@ -56,7 +56,6 @@
DwarfRangesSection = ".section __DWARF,__debug_ranges,regular,debug";
DwarfMacInfoSection = ".section __DWARF,__debug_macinfo,regular,debug";
} else {
- Data16bitsDirective = "\t.half\t";
Data32bitsDirective = "\t.word\t";
ZeroDirective = "\t.skip\t";
WeakRefDirective = "\t.weak\t";
More information about the llvm-commits
mailing list