Skip to content

Commit 2864902

Browse files
committed
Fix ABI versions
1 parent bad24c3 commit 2864902

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

gcc/jit/libgccjit.map

+10-10
Original file line numberDiff line numberDiff line change
@@ -308,35 +308,35 @@ LIBGCCJIT_ABI_31 {
308308
gcc_jit_global_set_readonly;
309309
} LIBGCCJIT_ABI_30;
310310

311-
LIBGCCJIT_ABI_31 {
311+
LIBGCCJIT_ABI_32 {
312312
gcc_jit_block_add_try_catch;
313313
gcc_jit_block_add_try_finally;
314314
gcc_jit_function_set_personality_function;
315-
} LIBGCCJIT_ABI_30;
315+
} LIBGCCJIT_ABI_31;
316316

317-
LIBGCCJIT_ABI_32 {
317+
LIBGCCJIT_ABI_33 {
318318
global:
319319
gcc_jit_context_get_target_builtin_function;
320320
gcc_jit_context_new_rvalue_vector_perm;
321321
gcc_jit_context_new_vector_access;
322322
gcc_jit_set_global_personality_function_name;
323-
} LIBGCCJIT_ABI_31;
323+
} LIBGCCJIT_ABI_32;
324324

325-
LIBGCCJIT_ABI_33 {
325+
LIBGCCJIT_ABI_34 {
326326
global:
327327
gcc_jit_context_get_target_info;
328328
gcc_jit_target_info_release;
329329
gcc_jit_target_info_cpu_supports;
330330
gcc_jit_target_info_arch;
331331
gcc_jit_target_info_supports_128bit_int;
332-
} LIBGCCJIT_ABI_32;
332+
} LIBGCCJIT_ABI_33;
333333

334-
LIBGCCJIT_ABI_34 {
334+
LIBGCCJIT_ABI_35 {
335335
global:
336336
gcc_jit_context_set_output_ident;
337-
} LIBGCCJIT_ABI_33;
337+
} LIBGCCJIT_ABI_34;
338338

339-
LIBGCCJIT_ABI_35 {
339+
LIBGCCJIT_ABI_36 {
340340
global:
341341
gcc_jit_function_new_temp;
342-
} LIBGCCJIT_ABI_34;
342+
} LIBGCCJIT_ABI_35;

0 commit comments

Comments
 (0)