From: Eli Zaretskii Date: Sun, 29 Jan 2023 07:28:31 +0000 (+0200) Subject: * src/comp.c (F_RELOC_MAX_SIZE): Bump to 1600 (bug#60996). X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=840f8bfdc93b0efde6fd204db27c9fb6ff1ee152;p=emacs.git * src/comp.c (F_RELOC_MAX_SIZE): Bump to 1600 (bug#60996). --- diff --git a/src/comp.c b/src/comp.c index bd7ecfffc23..6ff1915ef5b 100644 --- a/src/comp.c +++ b/src/comp.c @@ -531,7 +531,7 @@ load_gccjit_if_necessary (bool mandatory) #define SETJMP_NAME SETJMP /* Max number function importable by native compiled code. */ -#define F_RELOC_MAX_SIZE 1500 +#define F_RELOC_MAX_SIZE 1600 typedef struct { void *link_table[F_RELOC_MAX_SIZE];