aboutsummaryrefslogtreecommitdiff
path: root/gcc/jit/ChangeLog
diff options
context:
space:
mode:
authorDavid Malcolm <dmalcolm@redhat.com>2017-09-28 17:12:19 +0000
committerDavid Malcolm <dmalcolm@gcc.gnu.org>2017-09-28 17:12:19 +0000
commitecd5156dd539efc9e8e7c1a14c6d54d842079bdf (patch)
treeb05eb2d2943cc4be7511e34d9c9c0720df40ead4 /gcc/jit/ChangeLog
parent6050d55ca84fe96018e99afa5e1403341c538f3f (diff)
downloadgcc-ecd5156dd539efc9e8e7c1a14c6d54d842079bdf.zip
gcc-ecd5156dd539efc9e8e7c1a14c6d54d842079bdf.tar.gz
gcc-ecd5156dd539efc9e8e7c1a14c6d54d842079bdf.tar.bz2
jit: document function pointers
gcc/jit/ChangeLog: * docs/topics/expressions.rst (Function calls): Add link to gcc_jit_context_new_function_ptr_type. (Function pointers): Convert to cross-references to function-pointers.rst, moving material there. * docs/topics/function-pointers.rst: New page. * docs/topics/index.rst: Add function-pointers.rst. * docs/topics/types.rst (Function pointer types): New section. * docs/_build/texinfo/libgccjit.texi: Regenerate. From-SVN: r253257
Diffstat (limited to 'gcc/jit/ChangeLog')
-rw-r--r--gcc/jit/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/jit/ChangeLog b/gcc/jit/ChangeLog
index b5e2ed7..aabcefa 100644
--- a/gcc/jit/ChangeLog
+++ b/gcc/jit/ChangeLog
@@ -1,5 +1,16 @@
2017-09-28 David Malcolm <dmalcolm@redhat.com>
+ * docs/topics/expressions.rst (Function calls): Add link to
+ gcc_jit_context_new_function_ptr_type.
+ (Function pointers): Convert to cross-references to
+ function-pointers.rst, moving material there.
+ * docs/topics/function-pointers.rst: New page.
+ * docs/topics/index.rst: Add function-pointers.rst.
+ * docs/topics/types.rst (Function pointer types): New section.
+ * docs/_build/texinfo/libgccjit.texi: Regenerate.
+
+2017-09-28 David Malcolm <dmalcolm@redhat.com>
+
* jit-recording.c
(gcc::jit::recording::function_type::is_same_type_as): New function.
* jit-recording.h: In namespace gcc::jit::recording::