]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
jit: update docs to reflect .c to .cc renaming
authorDavid Malcolm <dmalcolm@redhat.com>
Thu, 28 Jul 2022 21:21:28 +0000 (17:21 -0400)
committerDavid Malcolm <dmalcolm@redhat.com>
Thu, 28 Jul 2022 21:21:28 +0000 (17:21 -0400)
gcc/jit/ChangeLog:
* docs/internals/index.rst: Remove reference to ".c" extensions
of source files.

Signed-off-by: David Malcolm <dmalcolm@redhat.com>
gcc/jit/docs/internals/index.rst

index 9200181bba4d626d6d4fac02ea03ae552de6787e..092380c8f2088b7fcd1e4e16970f7b09062dbbdb 100644 (file)
@@ -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