From patchwork Thu Nov 10 18:30:05 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Siddhesh Poyarekar X-Patchwork-Id: 693452 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]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3tFBSh3WCcz9vDd for ; Fri, 11 Nov 2016 05:30:59 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="ZcxxjYWE"; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:cc:subject:date:message-id; q=dns; s=default; b=oTeGY1phyhfM 5qzRT9ZcSLrEQuzYz+DXs3qpyMhNh5DTTI8HJ+oC4vcWuYuEFFy9MzD+kT+4Yjey oa91Kh23IvG2easArwwfBIVWJlkAF3YX3dtrNNaTupjfusGI4TK3JvrSxzBOge4a 1Qm1ZliJFwk+F3PE0piuhW5ZiXxhUUQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:cc:subject:date:message-id; s=default; bh=KOvjPPDaTiZl9U/aHO uUZNhQ2ZA=; b=ZcxxjYWEeeS0w2mNdx0bOCRAWyRq4PjA5yU4hHXG8UxdGHIPuH Ck+uajV3z6s7xozpvCrhuwFe7r9AnTjsFa1DK+QM/AjB2Xiq8lxMWPTQEGoe4byZ UXx5/zW17cy0GZRfFIEDj/rGEURWc8eZG98giLs96lP9izdAuobyamsbY= Received: (qmail 96209 invoked by alias); 10 Nov 2016 18:30:52 -0000 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 Received: (qmail 96186 invoked by uid 89); 10 Nov 2016 18:30:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy=cvs, documents X-HELO: mail-pf0-f182.google.com Received: from mail-pf0-f182.google.com (HELO mail-pf0-f182.google.com) (209.85.192.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 10 Nov 2016 18:30:41 +0000 Received: by mail-pf0-f182.google.com with SMTP id 189so150715279pfz.3 for ; Thu, 10 Nov 2016 10:30:41 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=YvgKqKJb+KxDPety9DUQRiUQeid4r3yG5IjTWsmyhj8=; b=LjiHU2/8Z7hRJVwVzpiVm/ezmXJ29U9j1sN9EgJaMbJIdgMNHxnTNohfHSlK4ihEYw QsauTf9Rpz2sm7XqGsHoGtTJIQNpdvRgF6NZpi55FL8GM82rJDq0o2wVienHBgrVLJyh 1Hu+3IkDNFoNG4w0FKSAcHPPtVrDPOgYUcUKWBgLB4dTskq00O3F3CXCy5wGtOa2sH8R XGk1NaGzT/+gdElxCcEgF9cTBagv868cl2y3Bu7Dov+OwLmhZn47eUEIy/NT5RN9vRZB aUNDraMTcF+k5GUj+P/YqKAGQblMyhPPzXycwiO48O362eK9VppoMofJTy2cHr/0fSSx D9+A== X-Gm-Message-State: ABUngvcO4XLe9xT7YJhGrsFcAGSTwe4546knPYWwHT0d9aLvODDJgSgtx7s5RNKRUSnLQJCl X-Received: by 10.99.116.3 with SMTP id p3mr6828453pgc.167.1478802639135; Thu, 10 Nov 2016 10:30:39 -0800 (PST) Received: from linaro-laptop.intra.reserved-bit.com ([123.252.202.172]) by smtp.gmail.com with ESMTPSA id a66sm8913091pfa.64.2016.11.10.10.30.35 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 10 Nov 2016 10:30:38 -0800 (PST) From: Siddhesh Poyarekar To: gcc-patches@gcc.gnu.org Cc: Richard.Earnshaw@foss.arm.com, Siddhesh Poyarekar Subject: [PATCH, gcc, wwwdocs] Document upcoming Qualcomm Falkor processor support Date: Fri, 11 Nov 2016 00:00:05 +0530 Message-Id: <1478802605-27796-1-git-send-email-siddhesh.poyarekar@linaro.org> Hi, This patch documents the newly added flag in gcc 7 for the upcoming Qualcomm Falkor processor core. Siddhesh Index: htdocs/gcc-7/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-7/changes.html,v retrieving revision 1.24 diff -u -r1.24 changes.html --- htdocs/gcc-7/changes.html 9 Nov 2016 14:28:59 -0000 1.24 +++ htdocs/gcc-7/changes.html 10 Nov 2016 13:43:42 -0000 @@ -296,6 +296,11 @@ -mcpu=vulcan and -mtune=vulcan options as well as the equivalent target attributes and pragmas. +
  • + The Qualcomm Falkor processor is now supported via the + -mcpu=falkor and -mtune=falkor options as + well as the equivalent target attributes and pragmas. +
  • ARM