1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Fix Data16bitsDirective for ELF.

llvm-svn: 33549
This commit is contained in:
Lauro Ramos Venancio 2007-01-26 21:20:45 +00:00
parent 2b4f267d57
commit 762787bed7

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