aboutsummaryrefslogtreecommitdiff
path: root/gcc/jit/libgccjit.map
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/jit/libgccjit.map')
-rw-r--r--gcc/jit/libgccjit.map6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/jit/libgccjit.map b/gcc/jit/libgccjit.map
index f373fd3..1c00278 100644
--- a/gcc/jit/libgccjit.map
+++ b/gcc/jit/libgccjit.map
@@ -243,3 +243,9 @@ LIBGCCJIT_ABI_19 {
gcc_jit_context_new_union_constructor;
gcc_jit_global_set_initializer_rvalue;
} LIBGCCJIT_ABI_18;
+
+LIBGCCJIT_ABI_20 {
+ global:
+ gcc_jit_compatible_types;
+ gcc_jit_type_get_size;
+} LIBGCCJIT_ABI_19;