From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 35914 invoked by alias); 22 May 2017 21:49:29 -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 35896 invoked by uid 89); 22 May 2017 21:49:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,FREEMAIL_REPLY,FROM_LOCAL_NOVOWEL,HK_RANDOM_ENVFROM,HK_RANDOM_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=rush X-HELO: mail-yw0-f177.google.com Received: from mail-yw0-f177.google.com (HELO mail-yw0-f177.google.com) (209.85.161.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 22 May 2017 21:49:27 +0000 Received: by mail-yw0-f177.google.com with SMTP id l14so66403445ywk.1 for ; Mon, 22 May 2017 14:49:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=XvlCSnccAKkEvhjB1KAT4FrjP812wfnZx2tecTuXmcA=; b=SGhtZjuNTfKyrAZIBwfrS5SCcSepPpytn4qWCaMRBqW6Nyh7x0OdyycDonWTJ12mge QU7iw1w+Lkswe89PNF49CPObx12DcTLDL8kpTp8AlolZkZc0eSM4bvaPYYY1zvN6Bna1 e/TTlKUQke6239bfXBHhLCkHfrsWRU5caCMl4nl5Lk+JU+ngXV21bt9qZV0kzI+CqKOE SXtxNmjT7QfO1ix5FiXjp4Nt3AtAbfDIU8+EoNO8tMinhTfDHYWD7kijDrOxx4SBNj6e foAsrQGXHFFhAH8ZR+skRfpdmfws6+MbGo+Oc96Y2DBA/RbBuSIz+ugKnqTd8Ix2GjlR uavg== X-Gm-Message-State: AODbwcDTTrTahRRf4SW+LMxNLodGJERRjph7xBlvmteG/UunQ4WM8H2Y uQMk7zARLitNmRkA58pe00CtI9LMCw== X-Received: by 10.129.169.69 with SMTP id g66mr20543914ywh.188.1495489769348; Mon, 22 May 2017 14:49:29 -0700 (PDT) MIME-Version: 1.0 Received: by 10.37.197.199 with HTTP; Mon, 22 May 2017 14:49:28 -0700 (PDT) In-Reply-To: References: <1495487362-18969-1-git-send-email-jcmvbkbc@gmail.com> <1495487362-18969-2-git-send-email-jcmvbkbc@gmail.com> From: Max Filippov Date: Tue, 23 May 2017 02:19:00 -0000 Message-ID: Subject: Re: [RFC 1/5] gcc: xtensa: allow XCHAL_* macros to be non-constant To: "augustine.sterling@gmail.com" Cc: "gcc-patches@gcc.gnu.org" , "linux-xtensa@linux-xtensa.org" Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2017-05/txt/msg01717.txt.bz2 On Mon, May 22, 2017 at 2:30 PM, augustine.sterling@gmail.com wrote: > On Mon, May 22, 2017 at 2:09 PM, Max Filippov wrote: >> XCHAL_* macros from the xtensa-config.h are used in a number of places >> that require them to be preprocessor constants. Rewrite these places so >> that non-constant XCHAL_* definitions could be used there. > > This whole series of patches is going to take quite a bit of time to > sort through, so sit tight if you would. Sure, there's no rush. Thank you for doing it. -- Max