aboutsummaryrefslogtreecommitdiff
path: root/gcc/jit/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-12-13 00:16:28 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-12-13 00:16:28 +0000
commitc8dcf64b31ee9fb537e43af2b56ca87e8d585277 (patch)
tree8c8720907fcc8459827f67da76b5fb3ac9c8ba5e /gcc/jit/ChangeLog
parentb8f7ff76d6f0b7fdffc314a19425423606b5e296 (diff)
downloadgcc-c8dcf64b31ee9fb537e43af2b56ca87e8d585277.zip
gcc-c8dcf64b31ee9fb537e43af2b56ca87e8d585277.tar.gz
gcc-c8dcf64b31ee9fb537e43af2b56ca87e8d585277.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/jit/ChangeLog')
-rw-r--r--gcc/jit/ChangeLog16
1 files changed, 16 insertions, 0 deletions
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 <bouanto@zoho.com>
+ 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 <bouanto@zoho.com>
+
PR target/95415
* docs/topics/compatibility.rst (LIBGCCJIT_ABI_17): New ABI
tag.