emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 840f8bfdc93: * src/comp.c (F_RELOC_MAX_SIZE): Bump to 1600 (bug#6


From: Eli Zaretskii
Subject: master 840f8bfdc93: * src/comp.c (F_RELOC_MAX_SIZE): Bump to 1600 (bug#60996).
Date: Sun, 29 Jan 2023 02:29:01 -0500 (EST)

branch: master
commit 840f8bfdc93b0efde6fd204db27c9fb6ff1ee152
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    * src/comp.c (F_RELOC_MAX_SIZE): Bump to 1600 (bug#60996).
---
 src/comp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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];



reply via email to

[Prev in Thread] Current Thread [Next in Thread]