From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 72713 invoked by alias); 21 Jan 2016 13:29:57 -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 72700 invoked by uid 89); 21 Jan 2016 13:29:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_20,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=power9, UD:aix71.h, Power9, ASM_CPU_SPEC X-HELO: mail-lb0-f169.google.com Received: from mail-lb0-f169.google.com (HELO mail-lb0-f169.google.com) (209.85.217.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 21 Jan 2016 13:29:55 +0000 Received: by mail-lb0-f169.google.com with SMTP id bc4so23185282lbc.2 for ; Thu, 21 Jan 2016 05:29:55 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=8B4eEV26Crv4GaB88PxnNWtyhyyqeTMvQVe647pLIwM=; b=ZBJWG1esXLeJH5xM4o8UeenrcRfqlDK4qzk0c0IriizOV937I1crMBGaPDmu3i4fAH OkkqNQaPfrzXOItuUpspunMpKP7EYWQiPcV776/Hmt/86mvRUk52RvmmaB9vSNolawxK +2dE80HYDgLo2rZhYhIti1ae6Fbp7RBWxoMde9dX50HXQFUs20EqyGmjLL8glwR/jEFK 6FUdLDulor5DqfJZyjoM5deo2S6FdQzvNGdCtDQc//NIkx7Y0DHNtJDV0BwGJHXzes6x yvEGVUhqimbmCwg1vctLJt8/EY1ENH4mWc7Zj0qy6RBWdroVrYrUO6OaSDy7VAFk9lUI fhvg== X-Gm-Message-State: ALoCoQnNb3/665ul1vWfTVHeoxbsh/JaZuUhogxIqQSrN4qWFfSztE2iQpBo2rTC+0oZ040Pq+cYCr5NI0GY5F4uNpguc6aWyw== MIME-Version: 1.0 X-Received: by 10.112.13.99 with SMTP id g3mr14918868lbc.86.1453382992251; Thu, 21 Jan 2016 05:29:52 -0800 (PST) Received: by 10.114.80.200 with HTTP; Thu, 21 Jan 2016 05:29:52 -0800 (PST) In-Reply-To: <569FFA5D.4000500@linux.vnet.ibm.com> References: <569FFA5D.4000500@linux.vnet.ibm.com> Date: Thu, 21 Jan 2016 13:29:00 -0000 Message-ID: Subject: Re: [PATCH, rs6000] Add Power9 asm entries From: David Edelsohn To: Pat Haugen Cc: GCC Patches Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2016-01/txt/msg01623.txt.bz2 On Wed, Jan 20, 2016 at 4:21 PM, Pat Haugen wrote: > The following adds a couple missed Power9 assembler option entries. > Bootstrapped on ppc64. Ok for trunk? > > -Pat > > 2016-01-20 Pat Haugen > > * config/rs6000/aix71.h (ASM_CPU_SPEC): Add entry for Power9. > * config/rs6000/driver-rs6000.c (struct asm_names): Likewise. Okay. We still need to find out the magic number that AIX will return for Power9. Thanks, David