%progbits not @progbits

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32376 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Rafael Espindola
2006-12-08 22:06:02 +00:00
parent f7761e5c39
commit 0ec729ef2d
2 changed files with 2 additions and 2 deletions

View File

@@ -322,7 +322,7 @@ bool ARMAsmPrinter::doFinalization(Module &M) {
I->getSection() == ".dtors")) {
std::string SectionName = ".section " + I->getSection();
SectionName += ",\"aw\",@progbits";
SectionName += ",\"aw\",%progbits";
SwitchToDataSection(SectionName.c_str());
} else {