This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[www patch] beginner.html: Remove mentions of dead ports.


Hi,

Committed as obvious.

Kazu Hirata

Index: beginner.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/beginner.html,v
retrieving revision 1.44
diff -u -r1.44 beginner.html
--- beginner.html	17 Jan 2004 19:34:07 -0000	1.44
+++ beginner.html	4 Feb 2004 06:53:05 -0000
@@ -580,7 +580,7 @@
 
 <p>The targets with text peepholes are:</p>
 <pre>
-  arm avr c4x cris dsp16xx fr30 i960 ip2k m32r m68hc11 m68k
+  arm avr c4x cris fr30 ip2k m32r m68hc11 m68k
   mcore mips mn10300 ns32k pa rs6000 sh sparc.
 </pre>
 </li>
@@ -599,7 +599,7 @@
 <code>TARGET_ASM_FUNCTION_PROLOGUE/EPILOGUE</code> in
 <code>tm.h</code> are:</p>
 <pre>
-  arc avr dsp16xx i370 i960 m68k ns32k pdp11 vax
+  arc avr m68k ns32k pdp11 vax
 </pre>
 <p>Targets which only have <code>prologue</code> and <code>epilogue</code>
 named expanders are:</p>
@@ -608,7 +608,7 @@
 </pre>
 <p>Targets which have <em>both</em> are:</p>
 <pre>
-  arm d30v i386 ia64 m32r mips pa rs6000 sparc
+  arm i386 ia64 m32r mips pa rs6000 sparc
 </pre>
 <p>I'd suggest starting with the targets that have both.</p>
 </li>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]