From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2209) id 231693858D33; Thu, 28 Jul 2022 21:25:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 231693858D33 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: David Malcolm To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-1878] jit: update docs to reflect .c to .cc renaming X-Act-Checkin: gcc X-Git-Author: David Malcolm X-Git-Refname: refs/heads/master X-Git-Oldrev: e32ca426242f0e3c650f3122342792ad42255511 X-Git-Newrev: b8ce0c4361c267406d5eba1901e42fc5942dc775 Message-Id: <20220728212538.231693858D33@sourceware.org> Date: Thu, 28 Jul 2022 21:25:38 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jul 2022 21:25:38 -0000 https://gcc.gnu.org/g:b8ce0c4361c267406d5eba1901e42fc5942dc775 commit r13-1878-gb8ce0c4361c267406d5eba1901e42fc5942dc775 Author: David Malcolm Date: Thu Jul 28 17:21:28 2022 -0400 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 Diff: --- gcc/jit/docs/internals/index.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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