mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00:00
256 sections should be enough for anyone...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115687 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2c383d8c4d
commit
f5c347dfc2
@ -736,7 +736,7 @@ void ELFObjectWriterImpl::ComputeSymbolTable(MCAssembler &Asm) {
|
||||
|
||||
// Build section lookup table.
|
||||
NumRegularSections = Asm.size();
|
||||
DenseMap<const MCSection*, uint8_t> SectionIndexMap;
|
||||
DenseMap<const MCSection*, uint32_t> SectionIndexMap;
|
||||
unsigned Index = 1;
|
||||
for (MCAssembler::iterator it = Asm.begin(),
|
||||
ie = Asm.end(); it != ie; ++it, ++Index)
|
||||
|
Loading…
x
Reference in New Issue
Block a user