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
This commit is contained in:
Bruno Cardoso Lopes
2009-08-13 23:30:21 +00:00
parent 0e275dc538
commit fdf229eda9
9 changed files with 39 additions and 27 deletions

View File

@@ -298,8 +298,8 @@ getELFSection(StringRef Section, unsigned Type, unsigned Flags,
const MCSectionELF *&Entry = Map[Section];
if (Entry) return Entry;
return Entry = MCSectionELF::Create(Section, Type, Flags, Kind, HasCrazyBSS,
IsExplicit, getContext());
return Entry = MCSectionELF::Create(Section, Type, Flags, Kind, IsExplicit,
getContext());
}
void TargetLoweringObjectFileELF::Initialize(MCContext &Ctx,