Fix Data16bitsDirective for ELF.

llvm-svn: 33549
This commit is contained in:
Lauro Ramos Venancio 2007-01-26 21:20:45 +00:00
parent 3c9dc6bd46
commit d45cd5eb81
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ ARMTargetAsmInfo::ARMTargetAsmInfo(const ARMTargetMachine &TM) {
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";