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: [wwwdocs] prefetch.html and XScale


On Sun, 6 Feb 2011, Joseph S. Myers wrote:
>>> ( http://www.intel.com/design/intelxscale/273473.htm January, 2004 )
>> Thanks for the pointer, Kai.  Instead of adding this link to the
>> rather specific prefetch.html page, I was going to add this to our
>> page at http://gcc.gnu.org/readings.html -- until I realized that
>> with GCC 4.3 we actually removed explicit support for XScale.
> No, we did not.  We removed the xscale*-*-* target names because in 
> general it is problematic to have a proliferation of names for the same 
> target that config.sub considers canonical rather than mapping down to a 
> smaller set of canonical names, leaving support for the architecture 
> through -mcpu=xscale with the arm*-*-* targets.

Thanks, Joseph!  Based on this, I add this link to the ARM section
of the http://gcc.gnu.org/readings.html page.

Gerald

Index: readings.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v
retrieving revision 1.210
diff -u -r1.210 readings.html
--- readings.html	6 Feb 2011 21:24:40 -0000	1.210
+++ readings.html	7 Feb 2011 01:17:01 -0000
@@ -78,6 +78,8 @@
   <br />Manufacturer: Various, by license from ARM
   <br />CPUs include: ARM7 and ARM7T series (eg. ARM7TDMI), ARM9 and StrongARM
   <br /><a href="http://infocenter.arm.com/help/index.jsp";>ARM Documentation</a>
+  <br /><a href="http://www.intel.com/design/intelxscale/273473.htm";>Intel
+    XScale Core Developer's Manual</a>
  </li>
  
  <li>AVR


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