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