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: Blackfin wwwdocs updates


Gerald Pfeifer wrote:
I see the specific links in readings.html as an exception to this rule, which I'm willing to defend heavily; just use a stable URL please, which
I believe could be <http://www.analog.com/processors/processors/blackfin/>.

I expect http://analog.com/blackfin to be stable, but I'm not the webmaster :)


Here's what I checked in.


Bernd
Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.483
diff -c -p -r1.483 index.html
*** index.html	28 Feb 2005 02:08:26 -0000	1.483
--- index.html	6 Apr 2005 08:33:00 -0000
*************** mission statement</a>.</p>
*** 87,92 ****
--- 87,100 ----
  <h2><small>News/Announcements</small></h2>
  
  <dl>
+ 
+ <dt><b>April 5, 2005</b></dt>
+ <dd>
+ Analog Devices has contributed a port for the
+ Blackfin processor.  See the <a href="http://blackfin.uclinux.org";>Blackfin
+ projects</a> page for more information and ports of binutils and gdb.
+ </dd>
+ 
  <dt><b>February 06, 2005</b></dt>
  <dd>
  gcc.gnu.org suffered hardware failure and had to be restored from backups.
Index: readings.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v
retrieving revision 1.139
diff -c -p -r1.139 readings.html
*** readings.html	24 Feb 2005 00:02:23 -0000	1.139
--- readings.html	6 Apr 2005 08:33:01 -0000
*************** names.
*** 89,95 ****
    <br />Manufacturer: Atmel
    <br /><a href="http://www.atmel.com/products/AVR/";>AVR Documentation</a>
   </li>
!  
   <li>c4x
     <br />Manufacturer: Texas Instruments
     <br />Exact chip name: TMS320C4X
--- 89,102 ----
    <br />Manufacturer: Atmel
    <br /><a href="http://www.atmel.com/products/AVR/";>AVR Documentation</a>
   </li>
! 
!  <li>Blackfin
!   <br />Manufacturer: Analog Devices
!   <br /><a href="http://blackfin.uclinux.org";>uClinux and GNU toolchains for
!   the Blackfin</a>
!   <br /><a href="http://www.analog.com/blackfin";>Blackfin Documentation</a>
!  </li>
! 
   <li>c4x
     <br />Manufacturer: Texas Instruments
     <br />Exact chip name: TMS320C4X
Index: backends.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/backends.html,v
retrieving revision 1.23
diff -c -p -r1.23 backends.html
*** backends.html	29 Jan 2005 04:37:14 -0000	1.23
--- backends.html	6 Apr 2005 08:33:01 -0000
*************** Target   | HMSLQNFICBD lqrcpfgmbdates
*** 69,75 ****
  alpha    |  ?? Q   C    q  p g bda e 
  arc      | ???   FI B      pf m d    
  arm      |                      da  s
! avr      |    L  FI    l  c f m      
  c4x      |  ??  N I BD       g  d te 
  cris     |       F  B     cpf m  a  s
  fr30     | ??    FI B        gm   t s
--- 69,76 ----
  alpha    |  ?? Q   C    q  p g bda e 
  arc      | ???   FI B      pf m d    
  arm      |                      da  s
! avr      |    L  FI    l  c f m
! bfin     |       F         p g  da
  c4x      |  ??  N I BD       g  d te 
  cris     |       F  B     cpf m  a  s
  fr30     | ??    FI B        gm   t s

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