This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs".
The branch, master has been updated via b5bda3ebfd2a823f0e5d1975e205cc9dc92c54d5 (commit) from 9acfe3f0ec93941ec89918091dea3eba20e0ab2a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b5bda3ebfd2a823f0e5d1975e205cc9dc92c54d5 Author: Georg-Johann Lay <a...@gjlay.de> Date: Sat Jun 15 12:55:20 2024 +0200 backends.html - Update weblinks to AVR simulators. diff --git a/htdocs/backends.html b/htdocs/backends.html index bdaf29ad..1f7c85d7 100644 --- a/htdocs/backends.html +++ b/htdocs/backends.html @@ -120,9 +120,19 @@ visium | B g t s xtensa | C </pre> -<p>For AVR simulator, see <a -href="https://gcc.gnu.org/ml/gcc/2003-10/msg00027.html"> -https://gcc.gnu.org/ml/gcc/2003-10/msg00027.html</a>.</p> +<p>For AVR simulator, see + <ul> + <li>avrtest at + <a href="https://github.com/sprintersb/atest" + >https://github.com/sprintersb/atest</a> and + <a href="https://github.com/sprintersb/atest?tab=readme-ov-file#running-the-avr-gcc-testsuite-using-the-avrtest-simulator" + >README: Running the avr-gcc Testsuite using the avrtest Simulator</a> + </li> + <li>SimulAVR at <a href="https://www.nongnu.org/simulavr" + >https://www.nongnu.org/simulavr</a> + </li> +</ul> +</p> <p>For ARC simulator, see <a href="https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb"> ----------------------------------------------------------------------- Summary of changes: htdocs/backends.html | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) hooks/post-receive -- gcc-wwwdocs