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  b3c91409928d5aa68bde6649eff499a344e0b318 (commit)
       via  4f1ca5c9a6252de863c240d88e85d40772100511 (commit)
      from  80057fb9e00922e5ee8db82e5a6fc2f99db9d3d0 (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 b3c91409928d5aa68bde6649eff499a344e0b318
Author: Georg-Johann Lay <a...@gjlay.de>
Date:   Thu Jun 20 13:29:15 2024 +0200

    Remove cc0 mentions.

diff --git a/htdocs/simtest-howto.html b/htdocs/simtest-howto.html
index ea69c9ed..f18a78f6 100644
--- a/htdocs/simtest-howto.html
+++ b/htdocs/simtest-howto.html
@@ -164,13 +164,7 @@ to exercise the just-built gcc on every test-suite in the 
tree.
     a patch you should compare your results with and without the patch.</p>
 
     <p>The target characteristic can help you determine which targets to
-    use to broaden the scope of your testing.  A cc0 target uses a
-    single condition code register, cc0, which is set as a side effect
-    of most instructions.  The compiler cannot insert other instructions
-    between the instruction that sets cc0 and the one that uses it.
-    Because of this, a cc0 target causes
-    significantly different code to be generated and can matter more
-    than word size and endianness in terms of detecting new breakage.</p>
+    use to broaden the scope of your testing.</p>
 
 <table class="padding5">
 <tr class="left">
@@ -200,7 +194,7 @@ to exercise the just-built gcc on every test-suite in the 
tree.
 <tr>
  <td>h8300-coff</td>
  <td>h8300-sim</td>
- <td>cc0 target, big endian</td>
+ <td>big endian</td>
  <td>
  <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-05/msg00624.html";>3.3 
20030509 (prerelease)</a>
  <br>
@@ -240,7 +234,7 @@ to exercise the just-built gcc on every test-suite in the 
tree.
 <tr>
  <td>mn10300-elf</td>
  <td>mn10300-sim</td>
- <td>cc0 target, little endian</td>
+ <td>little endian</td>
  <td>
  <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-05/msg00632.html";>3.3 
20030509 (prerelease)</a>
  <br>
@@ -297,7 +291,7 @@ to exercise the just-built gcc on every test-suite in the 
tree.
 <tr>
  <td>v850-elf</td>
  <td>v850-sim</td>
- <td>cc0 target, 32-bit word, little endian</td>
+ <td>32-bit word, little endian</td>
  <td>
  <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-04/msg00978.html";>3.2.3 
20030415 (prerelease)</a>
  </td>

commit 4f1ca5c9a6252de863c240d88e85d40772100511
Author: Georg-Johann Lay <a...@gjlay.de>
Date:   Thu Jun 20 13:25:57 2024 +0200

    Add test instructions for avr.

diff --git a/htdocs/simtest-howto.html b/htdocs/simtest-howto.html
index 3afbdb0b..ea69c9ed 100644
--- a/htdocs/simtest-howto.html
+++ b/htdocs/simtest-howto.html
@@ -304,5 +304,22 @@ to exercise the just-built gcc on every test-suite in the 
tree.
 </tr>
 
 </table>
+
+<h2>Target specific test instructions</h2>
+
+<h3 id="avr">avr</h3>
+<ul>
+  <li>
+    See the
+    <a href="https://github.com/sprintersb/atest";
+       >AVRtest</a>
+    core simulator 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>.
+    The AVRtest project comes with a number of different board descriptions
+    that cover the various AVR cores.  avr-gdb is not required.
+  </li>
+</ul>
+
 </body>
 </html>

-----------------------------------------------------------------------

Summary of changes:
 htdocs/simtest-howto.html | 31 +++++++++++++++++++++----------
 1 file changed, 21 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
gcc-wwwdocs

Reply via email to