diff mbox series

[committed] jit: update docs to reflect .c to .cc renaming

Message ID 20220728213200.2267405-1-dmalcolm@redhat.com
State New
Headers show
Series [committed] jit: update docs to reflect .c to .cc renaming | expand

Commit Message

David Malcolm July 28, 2022, 9:32 p.m. UTC
Successfully bootstrapped & regrtested on x86_64-pc-linux-gnu.
Pushed to trunk as r13-1878-gb8ce0c4361c267.

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 | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/gcc/jit/docs/internals/index.rst b/gcc/jit/docs/internals/index.rst
index 9200181bba4..092380c8f20 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