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]

Re: New ARM backend merged onto trunk


Hi Gerald,

: > The new combined ARM/Thumb backend has finally been merged onto the trunk. 
: >  I've not posted the patches here since they are considerable.
: > 
: > Thanks to Nick, for doing the bulk of the work.
: 
: Shouldn't we also announce that on our main page? Would you mind
: suggesting some actual text (or, better yet), provide a patch? ;-)

How about this ?

Cheers
	Nick

Index: htdocs/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.195
diff -p -r1.195 index.html
*** index.html	2000/04/30 11:39:53	1.195
--- index.html	2000/05/01 18:37:34
*************** maintain and improve quality.
*** 106,111 ****
--- 106,122 ----
  <h2>News/Announcements</h2>
  
  <dl>
+ <dt><b>May 1, 2000</b></dt>
+ <dd>
+ Richard Earnshaw of ARM Ltd, and Nick Clifton of Cygnus, a Red Hat
+ company, have contributed a new backend for the Arm and Thumb
+ processors. 
+ <p>
+ The new backend combines code generation for the Arm, the Thumb and
+ the StrongArm into one compiler, with the target processor and
+ instruction sets being selectable via command line switches.
+ </dd>
+ 
  <dt><b>April 30, 2000</b></dt>
  <dd>
  Michael Meissner of Cygnus, a Red Hat company, has contributed a 

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