I ran into this by chance and found there are probably quite a bit 
more parts of https://gcc.gnu.org/projects/beginner.html that should 
be removed.

Any volunteers to have a look? (Jeff, maybe you can help trim this a bit?)

Gerald
---
 htdocs/projects/beginner.html | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/htdocs/projects/beginner.html b/htdocs/projects/beginner.html
index 0cefb562..83efbd86 100644
--- a/htdocs/projects/beginner.html
+++ b/htdocs/projects/beginner.html
@@ -718,9 +718,7 @@ them is in six categories:</p>
 
   <li><p>Things that belong in a <code>tm.h</code> or
       <code>t-<var>target</var></code> file.  E.g. <code>x-linux</code>
-      has no business saying not to run fixproto,
-      <code>xm-interix.h</code> has no business specifying how to run
-      global constructors.</p></li>
+      has no business saying not to run fixproto.</p></li>
 
   <li><p>System category assertions, which should be replaced by feature
       checks, but we have to do work in machine-independent code
-- 
2.39.1

Reply via email to