diff --git a/src/linker.h b/src/linker.h index 4a48a27e..261b53bc 100644 --- a/src/linker.h +++ b/src/linker.h @@ -197,7 +197,7 @@ class ElfLinker : public Linker int outputlen; Section sections[550]; - Symbol symbols[100]; + Symbol symbols[1000]; Relocation relocations[2000]; unsigned nsections;