From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14791 invoked by alias); 6 Jan 2007 22:50:36 -0000 Received: (qmail 14783 invoked by uid 22791); 6 Jan 2007 22:50:35 -0000 X-Spam-Check-By: sourceware.org Received: from mx-out.libertysurf.net (HELO mail.libertysurf.net) (213.36.80.91) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 06 Jan 2007 22:50:30 +0000 Received: from [192.168.1.3] (91.164.38.58) by mail.libertysurf.net (7.3.117.3) id 45897097003EA35F for gcc-patches@gcc.gnu.org; Sat, 6 Jan 2007 23:47:31 +0100 From: Eric Botcazou To: gcc-patches@gcc.gnu.org Subject: Document changes in 4.2 for SPARC Date: Sat, 06 Jan 2007 22:50:00 -0000 User-Agent: KMail/1.7.1 MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_ihCoFELbdDbKGP+" Message-Id: <200701062353.22155.ebotcazou@libertysurf.fr> X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2007-01/txt/msg00491.txt.bz2 --Boundary-00=_ihCoFELbdDbKGP+ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Content-length: 177 That is to say, Jakub's back-end support of built-in functions for atomic memory access and DaveM's support for the Sun Niagara. Applied to wwwdocs module. -- Eric Botcazou --Boundary-00=_ihCoFELbdDbKGP+ Content-Type: text/x-diff; charset="us-ascii"; name="p.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="p.diff" Content-length: 709 Index: gcc-4.2/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.2/changes.html,v retrieving revision 1.19 diff -u -r1.19 changes.html --- gcc-4.2/changes.html 1 Jan 2007 19:23:40 -0000 1.19 +++ gcc-4.2/changes.html 6 Jan 2007 22:42:54 -0000 @@ -149,6 +149,10 @@ mode on Solaris 7 and above. This is already the case in 64-bit mode. It can be overridden by specifying --with-cpu at configure time. +
  • Back-end support of built-in functions for atomic memory access + has been implemented.
  • +
  • Support for the Sun UltraSPARC T1 (Niagara) processor has been + added.
  • M32C

    --Boundary-00=_ihCoFELbdDbKGP+--