Fix Data16bitsDirective for ELF.
authorLauro Ramos Venancio <lauro.venancio@gmail.com>
Fri, 26 Jan 2007 21:20:45 +0000 (21:20 +0000)
committerLauro Ramos Venancio <lauro.venancio@gmail.com>
Fri, 26 Jan 2007 21:20:45 +0000 (21:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33549 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMTargetAsmInfo.cpp

index 015e83427a8b4fb54443be39cfe5f44c5349bad8..ad2e5fe3d010e5b7e1dab1890d2ccbe7c1176fcd 100644 (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";