MC/AsmParser: Move .tbss and .zerofill parsing to Darwin specific parser.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108180 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar
2010-07-12 19:37:35 +00:00
parent 492b7a21cb
commit b6c3a607ac
4 changed files with 31 additions and 31 deletions

View File

@@ -139,8 +139,6 @@ private:
bool ParseDirectiveELFType(); // ELF specific ".type"
bool ParseDirectiveComm(bool IsLocal); // ".comm" and ".lcomm"
bool ParseDirectiveDarwinZerofill(); // Darwin specific ".zerofill"
bool ParseDirectiveDarwinTBSS(); // Darwin specific ".tbss"
bool ParseDirectiveAbort(); // ".abort"
bool ParseDirectiveInclude(); // ".include"