diff mbox series

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

Message ID ac595c48-b7e2-44d8-811f-6152134b08eb@gjlay.de
State New
Headers show
Series [wwwdocs,pushed] backends.html - Update weblinks to AVR simulators | expand

Commit Message

Georg-Johann Lay June 15, 2024, 10:57 a.m. UTC
Applied this one:

backends.html - Update weblinks to AVR simulators.

  <p>For ARC simulator, see <a
 
href="https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb">

Comments

Gerald Pfeifer June 17, 2024, 10:06 p.m. UTC | #1
On Sat, 15 Jun 2024, Georg-Johann Lay wrote:
> Applied this one:

Cool.

> +    <li>SimulAVR at <a href="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)

   +    <li>avrtest at
   +      <a href="https://github.com/sprintersb/atest"
   +        >https://github.com/sprintersb/atest</a>

to

   +    <li><a href="https://github.com/sprintersb/atest">avrtest</a>


Thanks,
Gerald
Georg-Johann Lay June 18, 2024, 9:02 a.m. UTC | #2
Am 18.06.24 um 00:06 schrieb Gerald Pfeifer:
> On Sat, 15 Jun 2024, Georg-Johann Lay wrote:
>> Applied this one:
> 
> Cool.
> 
>> +    <li>SimulAVR at <a href="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)
> 
>     +    <li>avrtest at
>     +      <a href="https://github.com/sprintersb/atest"
>     +        >https://github.com/sprintersb/atest</a>
> 
> to
> 
>     +    <li><a href="https://github.com/sprintersb/atest">avrtest</a>
> 
> 
> 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
diff mbox series

Patch

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>