From c8dcf64b31ee9fb537e43af2b56ca87e8d585277 Mon Sep 17 00:00:00 2001 From: GCC Administrator Date: Mon, 13 Dec 2021 00:16:28 +0000 Subject: Daily bump. --- gcc/jit/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'gcc/jit/ChangeLog') diff --git a/gcc/jit/ChangeLog b/gcc/jit/ChangeLog index 349b795..ab06d51 100644 --- a/gcc/jit/ChangeLog +++ b/gcc/jit/ChangeLog @@ -1,5 +1,21 @@ 2021-12-12 Antoni Boucher + PR target/100688 + * docs/topics/compatibility.rst (LIBGCCJIT_ABI_18): New ABI + tag. + * docs/topics/expressions.rst: Add documentation for the + function gcc_jit_lvalue_set_link_section. + * jit-playback.h: New function (set_link_section). + * jit-recording.c: New function (set_link_section) and + support for setting the link section. + * jit-recording.h: New function (set_link_section) and new + field m_link_section. + * libgccjit.c: New function (gcc_jit_lvalue_set_link_section). + * libgccjit.h: New function (gcc_jit_lvalue_set_link_section). + * libgccjit.map (LIBGCCJIT_ABI_18): New ABI tag. + +2021-12-12 Antoni Boucher + PR target/95415 * docs/topics/compatibility.rst (LIBGCCJIT_ABI_17): New ABI tag. -- cgit v1.1