jit: document function pointers
commitecd5156dd539efc9e8e7c1a14c6d54d842079bdf
authorDavid Malcolm <dmalcolm@redhat.com>
Thu, 28 Sep 2017 17:12:19 +0000 (28 17:12 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Thu, 28 Sep 2017 17:12:19 +0000 (28 17:12 +0000)
treeb05eb2d2943cc4be7511e34d9c9c0720df40ead4
parent6050d55ca84fe96018e99afa5e1403341c538f3f
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
gcc/jit/ChangeLog
gcc/jit/docs/_build/texinfo/libgccjit.texi
gcc/jit/docs/topics/expressions.rst
gcc/jit/docs/topics/function-pointers.rst [new file with mode: 0644]
gcc/jit/docs/topics/index.rst
gcc/jit/docs/topics/types.rst