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] S/390 changes for 3.3


Hello,

on the 3.3 changes page, several of the S/390 specific changes
are missing; this patch adds the important ones.

OK to apply to wwwdocs?

Bye,
Ulrich


Index: htdocs/gcc-3.3/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.3/changes.html,v
retrieving revision 1.26
diff -c -p -r1.26 changes.html
*** htdocs/gcc-3.3/changes.html	12 May 2003 21:02:23 -0000	1.26
--- htdocs/gcc-3.3/changes.html	14 May 2003 14:34:03 -0000
***************
*** 261,270 ****
            <li>Support for the Sandcraft sr71k processor has been
  	      added.</li>
  	</ul></li>
!      <li>The necessary support to build the Java runtime libraries has
! 	 been added to the S/390 port.  Java is now enabled by default
! 	 on <code>s390-*-linux*</code> and <code>s390x-*-linux*</code>
! 	 targets.</li>
       <li>The following changes have been made to the PowerPC port:
  	 <ul>
  	   <li>Support for IBM Power4 processor added.</li>
--- 261,283 ----
            <li>Support for the Sandcraft sr71k processor has been
  	      added.</li>
  	</ul></li>
!      <li>The following changes have been made to the S/390 port:
! 	<ul>
! 	  <li>Support to build the Java runtime libraries has been added.
! 	      Java is now enabled by default on <code>s390-*-linux*</code> 
! 	      and <code>s390x-*-linux*</code> targets.</li>
! 	  <li>Multilib support for the <code>s390x-*-linux*</code> target
! 	      has been added; this allows to build 31-bit binaries using
! 	      the <code>-m31</code> option.</li>
! 	  <li>Support for thread local storage has been added.</li>
! 	  <li>Inline assembler code may now use the 'Q' constraint 
! 	      to specify memory operands without index register.</li> 
! 	  <li>Various platform-specific performance improvements
! 	      have been implemented; in particular, the compiler now
! 	      uses the <code>BRANCH ON COUNT</code> family of instructions
! 	      and makes more frequent use of the <code>TEST UNDER MASK</code>
! 	      family of instructions.</li>
! 	</ul></li>
       <li>The following changes have been made to the PowerPC port:
  	 <ul>
  	   <li>Support for IBM Power4 processor added.</li>
-- 
  Dr. Ulrich Weigand
  weigand@informatik.uni-erlangen.de


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