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

2022-07-28 Thread David Malcolm via Gcc-patches
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 --- gcc/jit/docs/internals/index.rst | 3 +

Re: [PATCH] JIT: Update docs v2

2022-04-01 Thread David Malcolm via Gcc-patches
> Date: Sat, 19 Feb 2022 16:01:54 +0100 > Subject: [PATCH] jit: Update docs > > Update docs concerning linking and fix formatting errors. 'make html' > looks fine. > > /gcc/jit/docs/topics: > * compatibility.rst: Add 19 tag > * compilation.rs

[PATCH] JIT: Update docs v2

2022-02-19 Thread Petter Tomner via Gcc-patches
Please disregard the prior patch I sent some minute ago. I spotted an copy-paste error, corrected bellow: >From 7f1d849319318a4cfd304279840899f928f9b86d Mon Sep 17 00:00:00 2001 From: Petter Tomner Date: Sat, 19 Feb 2022 16:01:54 +0100 Subject: [PATCH] jit: Update docs Update docs concern

JIT: Update docs

2022-02-19 Thread Petter Tomner via Gcc-patches
nice. The patch only touches docs. Regards, Petter >From 450c90fce5b6c5a9522345b65a53057d3d7201b3 Mon Sep 17 00:00:00 2001 From: Petter Tomner Date: Sat, 19 Feb 2022 16:01:54 +0100 Subject: [PATCH] jit: Update docs Update docs concerning linking and fix formating errors. gcc/jit/docs/top