Re: [wwwdocs,pushed] backends.html - Update weblinks to AVR simulators

2024-06-18 Thread Georg-Johann Lay




Am 18.06.24 um 00:06 schrieb Gerald Pfeifer:

On Sat, 15 Jun 2024, Georg-Johann Lay wrote:

Applied this one:


Cool.


+SimulAVR at https://www.nongnu.org/simulavr";


This one gives a http response of "301 Moved Permanently" redirecting to
https://www.nongnu.org/simulavr/ . I'll fix this in a minute.

On a related note, though, can we update the references to the simulators
from (exemplary)

+avrtest at
+  https://github.com/sprintersb/atest";
+>https://github.com/sprintersb/atest

to

+https://github.com/sprintersb/atest";>avrtest


Thanks,
Gerald


Of course, yes.  I was unsure about the used link style; the old page
had link text = href.  Using the project name feels much more natural.

Johann



Re: [wwwdocs,pushed] backends.html - Update weblinks to AVR simulators

2024-06-17 Thread Gerald Pfeifer
On Sat, 15 Jun 2024, Georg-Johann Lay wrote:
> Applied this one:

Cool.

> +SimulAVR at https://www.nongnu.org/simulavr";

This one gives a http response of "301 Moved Permanently" redirecting to 
https://www.nongnu.org/simulavr/ . I'll fix this in a minute.

On a related note, though, can we update the references to the simulators 
from (exemplary)

   +avrtest at
   +  https://github.com/sprintersb/atest";
   +>https://github.com/sprintersb/atest

to

   +https://github.com/sprintersb/atest";>avrtest


Thanks,
Gerald


[wwwdocs,pushed] backends.html - Update weblinks to AVR simulators

2024-06-15 Thread Georg-Johann Lay

Applied this one:

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
 

-For AVR simulator, see https://gcc.gnu.org/ml/gcc/2003-10/msg00027.html";>
-https://gcc.gnu.org/ml/gcc/2003-10/msg00027.html.
+For AVR simulator, see
+  
+avrtest at
+  https://github.com/sprintersb/atest";
+>https://github.com/sprintersb/atest and
+  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

+
+SimulAVR at https://www.nongnu.org/simulavr";
+  >https://www.nongnu.org/simulavr
+
+
+

 For ARC simulator, see https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb";>