Remove HasCrazyBSS and add a flag in TAI to indicate that '.section'
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Thu, 13 Aug 2009 23:30:21 +0000 (23:30 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Thu, 13 Aug 2009 23:30:21 +0000 (23:30 +0000)
commitfdf229eda95a542fc34d5182e1a91a22789ba122
tree08f88c07f62f402320663b559c9f558a75849877
parent0e275dc53880a7f14f8b8c83cc6e0290a215492d
Remove HasCrazyBSS and add a flag in TAI to indicate that '.section'
must be emitted for PowerPC-Linux '.bss' section

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78958 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCSectionELF.h
include/llvm/Target/TargetAsmInfo.h
include/llvm/Target/TargetLoweringObjectFile.h
lib/MC/MCSectionELF.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/PowerPC/PPCTargetAsmInfo.cpp
lib/Target/TargetAsmInfo.cpp
lib/Target/TargetLoweringObjectFile.cpp
test/CodeGen/PowerPC/sections.ll [new file with mode: 0644]