From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17047 invoked by alias); 10 Jun 2013 10:13:49 -0000 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 Received: (qmail 17038 invoked by uid 89); 10 Jun 2013 10:13:48 -0000 X-Spam-SWARE-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS autolearn=ham version=3.3.1 Received: from mail-lb0-f169.google.com (HELO mail-lb0-f169.google.com) (209.85.217.169) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Mon, 10 Jun 2013 10:13:48 +0000 Received: by mail-lb0-f169.google.com with SMTP id d10so6144669lbj.0 for ; Mon, 10 Jun 2013 03:13:45 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.112.142.66 with SMTP id ru2mr4563133lbb.7.1370859225509; Mon, 10 Jun 2013 03:13:45 -0700 (PDT) Received: by 10.114.3.106 with HTTP; Mon, 10 Jun 2013 03:13:45 -0700 (PDT) Date: Mon, 10 Jun 2013 10:13:00 -0000 Message-ID: Subject: [Patch wwwdocs] gcc-4.9 changes: mention support of the Intel Silvermont microarchitecture From: Igor Zamyatin To: "gcc-patches@gcc.gnu.org" Cc: Gerald Pfeifer Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2013-06/txt/msg00491.txt.bz2 Hi! This patch mentions support of Silvermont architecture in the gcc-4.9/changes.html page. OK to install? Thanks, Igor Index: htdocs/gcc-4.9/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.9/changes.html,v retrieving revision 1.17 diff -c -1 -r1.17 changes.html *** htdocs/gcc-4.9/changes.html 6 Jun 2013 11:15:24 -0000 1.17 --- htdocs/gcc-4.9/changes.html 10 Jun 2013 10:11:24 -0000 *************** *** 177,178 **** --- 177,185 ---- +

IA-32/x86-64

+
    +
  • GCC now supports new Intel microarchitecture named Silvermont + through -march=slm. +
  • +
+

RX