From patchwork Thu Feb 3 13:40:08 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Botcazou X-Patchwork-Id: 81648 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id B9ABEB70E7 for ; Fri, 4 Feb 2011 00:41:13 +1100 (EST) Received: (qmail 19845 invoked by alias); 3 Feb 2011 13:41:11 -0000 Received: (qmail 19832 invoked by uid 22791); 3 Feb 2011 13:41:10 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (194.98.77.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 03 Feb 2011 13:41:07 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 2AB37CB0215 for ; Thu, 3 Feb 2011 14:41:05 +0100 (CET) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7OcUlwBkwPJA for ; Thu, 3 Feb 2011 14:41:05 +0100 (CET) Received: from [192.168.1.2] (bon31-9-83-155-120-49.fbx.proxad.net [83.155.120.49]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id DD9A9CB01DF for ; Thu, 3 Feb 2011 14:41:04 +0100 (CET) From: Eric Botcazou To: gcc-patches@gcc.gnu.org Subject: [wwwdocs] Document SPARC changes for 4.6 Date: Thu, 3 Feb 2011 14:40:08 +0100 User-Agent: KMail/1.9.9 MIME-Version: 1.0 Message-Id: <201102031440.08081.ebotcazou@adacore.com> Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Patch for changes.html attached. OK to install? Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v retrieving revision 1.102 diff -u -r1.102 changes.html --- changes.html 2 Feb 2011 22:33:50 -0000 1.102 +++ changes.html 3 Feb 2011 13:38:02 -0000 @@ -798,6 +798,19 @@ using -O3. +

SPARC

+
    +
  • GCC now supports the LEON series of SPARC V8 processors. The code + generated by the compiler can either be tuned to it by means of the + --with-tune=leon and -mtune=leon options, or + the compiler can be built for the sparc-leon-{elf,linux} + and sparc-leon3-{elf,linux} targets directly.
  • +
  • GCC has stopped sign/zero-extending parameter registers in the callee, + for functions taking parameters with sub-word size, in 32-bit mode since + this is redundant with the specification of the ABI. GCC has never done + so in 64-bit mode since this is also redundant.
  • +
+

Operating Systems

Android