aboutsummaryrefslogtreecommitdiff
path: root/gcc/jit/docs/topics/index.rst
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2022-11-13 21:59:20 +0100
committerMartin Liska <mliska@suse.cz>2022-11-14 09:35:06 +0100
commit40a39381063fdd83c4cbf5eacebfc50a2201308b (patch)
tree1f33224e8587aee59e622085792d4befca0e6d61 /gcc/jit/docs/topics/index.rst
parent64d5610f44c995b88261bf83f53a200355cb530f (diff)
downloadgcc-40a39381063fdd83c4cbf5eacebfc50a2201308b.zip
gcc-40a39381063fdd83c4cbf5eacebfc50a2201308b.tar.gz
gcc-40a39381063fdd83c4cbf5eacebfc50a2201308b.tar.bz2
Revert "sphinx: jit: port libgccjit to shared Sphinx"
This reverts commit 94246daa3efba88d4ae6619f24d737c01ba3dc89.
Diffstat (limited to 'gcc/jit/docs/topics/index.rst')
-rw-r--r--gcc/jit/docs/topics/index.rst34
1 files changed, 34 insertions, 0 deletions
diff --git a/gcc/jit/docs/topics/index.rst b/gcc/jit/docs/topics/index.rst
new file mode 100644
index 0000000..8e843c2
--- /dev/null
+++ b/gcc/jit/docs/topics/index.rst
@@ -0,0 +1,34 @@
+.. Copyright (C) 2014-2022 Free Software Foundation, Inc.
+ Originally contributed by David Malcolm <dmalcolm@redhat.com>
+
+ This is free software: you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see
+ <https://www.gnu.org/licenses/>.
+
+Topic Reference
+===============
+
+.. toctree::
+ :maxdepth: 2
+
+ contexts.rst
+ objects.rst
+ types.rst
+ expressions.rst
+ functions.rst
+ function-pointers.rst
+ locations.rst
+ compilation.rst
+ compatibility.rst
+ performance.rst
+ asm.rst