diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2008-09-24 22:17:06 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2008-09-24 22:17:06 +0000 |
commit | 22db30548df7feb79fabcd8a76c8b4732dc8209d (patch) | |
tree | 1b3e810103fdb86e733289a137dec789a9e69d56 /llvm/lib/Target/ARM | |
parent | 1f365bbf550f711ce46ce3790504d4f67b289a44 (diff) | |
download | bcm5719-llvm-22db30548df7feb79fabcd8a76c8b4732dc8209d.tar.gz bcm5719-llvm-22db30548df7feb79fabcd8a76c8b4732dc8209d.zip |
Get rid of duplicate char*/Section* stuff for TLS sections
llvm-svn: 56577
Diffstat (limited to 'llvm/lib/Target/ARM')
-rw-r--r-- | llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp b/llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp index d41f3502400..3686da8859a 100644 --- a/llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp +++ b/llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp @@ -141,8 +141,6 @@ ARMELFTargetAsmInfo::ARMELFTargetAsmInfo(const ARMTargetMachine &TM): StaticCtorsSection = "\t.section .ctors,\"aw\",%progbits"; StaticDtorsSection = "\t.section .dtors,\"aw\",%progbits"; } - TLSDataSection = "\t.section .tdata,\"awT\",%progbits"; - TLSBSSSection = "\t.section .tbss,\"awT\",%nobits"; } /// Count the number of comma-separated arguments. |