From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4887 invoked by alias); 14 Jan 2013 19:04:16 -0000 Received: (qmail 4858 invoked by uid 22791); 14 Jan 2013 19:04:16 -0000 X-SWARE-Spam-Status: No, hits=-3.6 required=5.0 tests=AWL,BAYES_00,DKIM_ADSP_CUSTOM_MED,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,KHOP_RCVD_TRUST,NML_ADSP_CUSTOM_MED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-wi0-f177.google.com (HELO mail-wi0-f177.google.com) (209.85.212.177) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 14 Jan 2013 19:04:06 +0000 Received: by mail-wi0-f177.google.com with SMTP id hm2so1528863wib.4 for ; Mon, 14 Jan 2013 11:04:05 -0800 (PST) X-Received: by 10.180.84.131 with SMTP id z3mr14230906wiy.25.1358190245179; Mon, 14 Jan 2013 11:04:05 -0800 (PST) Received: from localhost ([2.26.205.107]) by mx.google.com with ESMTPS id bd6sm14039809wib.10.2013.01.14.11.04.03 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 14 Jan 2013 11:04:04 -0800 (PST) From: Richard Sandiford To: gcc-patches@gcc.gnu.org Mail-Followup-To: gcc-patches@gcc.gnu.org, rdsandiford@googlemail.com Subject: [wwwdocs] Mention MIPS changes for 4.8. Date: Mon, 14 Jan 2013 19:04:00 -0000 Message-ID: <87r4lny4bh.fsf@talisman.default> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain 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: 2013-01/txt/msg00729.txt.bz2 Update the MIPS section of the 4.8 release notes. Please let me know if I missed anything, or if you think the entries should be changed. Committed. Richard Index: htdocs/gcc-4.8/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/changes.html,v retrieving revision 1.82 retrieving revision 1.84 diff -u -r1.82 -r1.84 --- htdocs/gcc-4.8/changes.html 13 Jan 2013 11:29:33 -0000 1.82 +++ htdocs/gcc-4.8/changes.html 14 Jan 2013 19:01:03 -0000 1.84 @@ -481,11 +481,21 @@

MIPS

    +
  • GCC can now generate code specifically for the R4700, Broadcom XLP + and MIPS 34kn processors. The associated -march options + are -march=r4700, -march=xlp + and -march=34kn respectively.
  • +
  • GCC now generates better DSP code for MIPS 74k cores thanks + to further scheduling optimizations.
  • +
  • The MIPS port now supports the -fstack-check + option.
  • GCC now passes the -mmcu and -mno-mcu - options to the assembler.
  • -
  • Support for the R4700 has been added.
  • -
  • GCC now generates better code for Broadcom XLP processors thanks - to improvements in scheduling and atomic built-ins support.
  • + options to the assembler. +
  • Previous versions of GCC would silently accept -fpic + and -fPIC for -mno-abicalls targets + like mips*-elf. This combination was not intended + or supported, and did not generate position-independent code. + GCC 4.8 now reports an error when this combination is used.

PowerPC / PowerPC64 / RS6000