From: Lauro Ramos Venancio Date: Fri, 26 Jan 2007 21:20:45 +0000 (+0000) Subject: Fix Data16bitsDirective for ELF. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=fce1765a19565954b2b4629cf214b516663e7cbc;p=oota-llvm.git Fix Data16bitsDirective for ELF. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33549 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMTargetAsmInfo.cpp b/lib/Target/ARM/ARMTargetAsmInfo.cpp index 015e83427a8..ad2e5fe3d01 100644 --- a/lib/Target/ARM/ARMTargetAsmInfo.cpp +++ b/lib/Target/ARM/ARMTargetAsmInfo.cpp @@ -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";