aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Malcolm <dmalcolm@redhat.com>2022-07-28 17:21:28 -0400
committerDavid Malcolm <dmalcolm@redhat.com>2022-07-28 17:21:28 -0400
commitb8ce0c4361c267406d5eba1901e42fc5942dc775 (patch)
tree0107ac3f11a371a529a93b2cc2fd83fe00f5bd9f
parente32ca426242f0e3c650f3122342792ad42255511 (diff)
downloadgcc-b8ce0c4361c267406d5eba1901e42fc5942dc775.zip
gcc-b8ce0c4361c267406d5eba1901e42fc5942dc775.tar.gz
gcc-b8ce0c4361c267406d5eba1901e42fc5942dc775.tar.bz2
jit: update docs to reflect .c to .cc renaming
gcc/jit/ChangeLog: * docs/internals/index.rst: Remove reference to ".c" extensions of source files. Signed-off-by: David Malcolm <dmalcolm@redhat.com>
-rw-r--r--gcc/jit/docs/internals/index.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/jit/docs/internals/index.rst b/gcc/jit/docs/internals/index.rst
index 9200181..092380c 100644
--- a/gcc/jit/docs/internals/index.rst
+++ b/gcc/jit/docs/internals/index.rst
@@ -291,8 +291,7 @@ For example:
Overview of code structure
--------------------------
-The library is implemented in C++. The source files have the ``.c``
-extension for legacy reasons.
+The library is implemented in C++.
* ``libgccjit.cc`` implements the API entrypoints. It performs error
checking, then calls into classes of the gcc::jit::recording namespace