Fix Data16bitsDirective for ELF.
llvm-svn: 33549
This commit is contained in:
parent
3c9dc6bd46
commit
d45cd5eb81
@ -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";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user