mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-07 14:33:15 +00:00
COFF: Remove ExportSection, which has been dead since r114823
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190887 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2bc3cd83b3
commit
4157d68ece
@ -154,7 +154,6 @@ public:
|
||||
void MakeSymbolReal(COFFSymbol &S, size_t Index);
|
||||
void MakeSectionReal(COFFSection &S, size_t Number);
|
||||
|
||||
bool ExportSection(COFFSection const *S);
|
||||
bool ExportSymbol(MCSymbolData const &SymbolData, MCAssembler &Asm);
|
||||
|
||||
bool IsPhysicalSection(COFFSection *S);
|
||||
@ -497,10 +496,6 @@ void WinCOFFObjectWriter::MakeSymbolReal(COFFSymbol &S, size_t Index) {
|
||||
S.Index = Index;
|
||||
}
|
||||
|
||||
bool WinCOFFObjectWriter::ExportSection(COFFSection const *S) {
|
||||
return !S->MCData->getFragmentList().empty();
|
||||
}
|
||||
|
||||
bool WinCOFFObjectWriter::ExportSymbol(MCSymbolData const &SymbolData,
|
||||
MCAssembler &Asm) {
|
||||
// This doesn't seem to be right. Strings referred to from the .data section
|
||||
|
Loading…
x
Reference in New Issue
Block a user