increased the maximum number of symbols
This commit is contained in:
+1
-1
@@ -197,7 +197,7 @@ class ElfLinker : public Linker
|
|||||||
int outputlen;
|
int outputlen;
|
||||||
|
|
||||||
Section sections[550];
|
Section sections[550];
|
||||||
Symbol symbols[100];
|
Symbol symbols[1000];
|
||||||
Relocation relocations[2000];
|
Relocation relocations[2000];
|
||||||
|
|
||||||
unsigned nsections;
|
unsigned nsections;
|
||||||
|
|||||||
Reference in New Issue
Block a user