summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorLauro Ramos Venancio <lauro.venancio@gmail.com>2007-01-26 21:20:45 +0000
committerLauro Ramos Venancio <lauro.venancio@gmail.com>2007-01-26 21:20:45 +0000
commitd45cd5eb812e35fbf9c7003fade2a6747ac4d652 (patch)
treef256819e8a6e65e9ad605bca4fdd00a96dad1407 /llvm/lib
parent3c9dc6bd46003dc8ec82a3f698271199e9f259f3 (diff)
downloadbcm5719-llvm-d45cd5eb812e35fbf9c7003fade2a6747ac4d652.tar.gz
bcm5719-llvm-d45cd5eb812e35fbf9c7003fade2a6747ac4d652.zip
Fix Data16bitsDirective for ELF.
llvm-svn: 33549
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp b/llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp
index 015e83427a8..ad2e5fe3d01 100644
--- a/llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp
+++ b/llvm/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";
OpenPOWER on IntegriCloud