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]

Re: PATCH: projects/prefetch.html


On Thu, Apr 17, 2003 at 09:45:59AM -0700, Janis Johnson wrote:
> On Thu, Apr 17, 2003 at 03:11:11PM +0200, Gerald Pfeifer wrote:
> > Janis,
> > 
> > we have two broken links on that patch which I'd fix as follows (if
> > you agree), though if you are able to fix the URLs, that'd be even
> > better.
> > 
> > Should I commit my patch, or do you want to have a look?
> 
> I'll take a look to see if I can find the documents.

I found them!  This has been checked in and validated.

Janis

Index: projects/prefetch.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/prefetch.html,v
retrieving revision 1.8
diff -u -p -r1.8 prefetch.html
--- projects/prefetch.html	4 Jan 2003 18:33:23 -0000	1.8
+++ projects/prefetch.html	17 Apr 2003 17:34:25 -0000
@@ -872,11 +872,15 @@ http://www.sun.com/microelectronics/manu
 
 <p>References to uses of data prefetch instructions:</p>
 
-<p><a name="ref_21">[21]</a>
+<p><a name="ref_21a">[21a]</a>
 <em>Compiler Writer's Guide for the Alpha 21264</em>,
-Order Number EC-RJ66A-TE, June 1999;
-<a href="http://www.support.compaq.com/alpha-tools/documentation/current/21264_EV67/ec-rj66a-te_comp_writ_gde_for_alpha21264.pdf";>
-http://www.support.compaq.com/alpha-tools/documentation/current/21264_EV67/ec-rj66a-te_comp_writ_gde_for_alpha21264.pdf</a>.</p>
+Order Number EC-RJ66A-TE, June 1999.</p>
+
+<p><a name="ref_21b">[21b]</a>
+<em>Compiler Writer's Guide for the 21264/21364</em>,
+Order Number EC-0100A-TE, January 2002;
+<a href="http://www.support.compaq.com/alpha-tools/documentation/current/21364/comp_guide_v2.pdf";>
+http://www.support.compaq.com/alpha-tools/documentation/current/21364/comp_guide_v2.pdf</a>.</p>
 
 <p><a name="ref_22">[22]</a>
 <em>Compiler-Based Prefetching for Recursive Data Structures</em>,
@@ -910,9 +914,8 @@ http://developer.intel.com/technology/it
 
 <p><a name="ref_26">[26]</a>
 <em>UltraSPARC[tm]-II Enhancements: Support for Software Controlled
-Prefetch</em>, Sun Microsystems, WPR-0002;
-<a href="http://www.sun.com/microelectronics/whitepapers/wpr-0002/";>
-http://www.sun.com/microelectronics/whitepapers/wpr-0002/</a>.</p>
+Prefetch</em>, Sun Microsystems, July 1996, WPR-0002;
+<a href="http://solutions.sun.com/embedded/databook/pdf/whitepapers/WPR-0002-01.pdf";>http://solutions.sun.com/embedded/databook/pdf/whitepapers/WPR-0002-01.pdf</a>.</p>
 
 </body>
 </html>


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