From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by sourceware.org (Postfix) with ESMTP id 617603857C5E for ; Thu, 30 Sep 2021 16:19:14 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 617603857C5E Received: from mail-wm1-f70.google.com (mail-wm1-f70.google.com [209.85.128.70]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-287-KX8Kx_SbNr6awkS9K-szdA-1; Thu, 30 Sep 2021 12:19:11 -0400 X-MC-Unique: KX8Kx_SbNr6awkS9K-szdA-1 Received: by mail-wm1-f70.google.com with SMTP id p63-20020a1c2942000000b0030ccf0767baso4546732wmp.6 for ; Thu, 30 Sep 2021 09:19:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=uuAGTEOH5C07WE1XfAtX/UCsmyXE4LXpjhk9J++EFjk=; b=36lpA1MFUhsnqNA/YRQvlOdRUKxCVxYqPMxTNVVHDU1YpI2peXt/UtxtzWx/Qft6pR ui8TqQKwQndoPX+FfyRpkbOV1hDNfiyj2azGvr4ex8mymDVJBamaSKOY9GI6iG1uYEX1 7UGRxc4OICWLYlb3q2hGNE7LmlkYvbynQidSGvr97nVkLNxDk5oeSA72BMAqBKdEOdmE 0u1xQ5kF7kI8FgO9pqYdki0c/NT8PShmdHfPMuqS5XF0LQMPmHBEvXdQtqjlbC6MI86p PwQvJVBKnbYr2XLJyWhreHxaMSIWTTim6hOaOM0w2UNaiDVGvcp23GfI1S0I1vcu3l7Y adiA== X-Gm-Message-State: AOAM5308LCSD6gVATt9D55zqFSLLJHJgCJSi/SiuJayxFBrwyfAeqJJw Lmu6kqIAtz5JY7AVb1DKMg4hYgAuh7+/jwCqv2Mg+a2T4Ygz18uz3R7DkmIwzvTvFbwFBTfLiQU GWcUNZE5upKMKVPeaKw== X-Received: by 2002:adf:906a:: with SMTP id h97mr7104483wrh.220.1633018750717; Thu, 30 Sep 2021 09:19:10 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx7qEhXrvqmvopdi+j0VHWg3oSKq5icHqOOnwHhBel5InW43WDMa7v62OITjj2QIBuJeRF0Jw== X-Received: by 2002:adf:906a:: with SMTP id h97mr7104451wrh.220.1633018750536; Thu, 30 Sep 2021 09:19:10 -0700 (PDT) Received: from [192.168.1.5] ([80.168.238.114]) by smtp.gmail.com with ESMTPSA id z2sm153544wmi.48.2021.09.30.09.19.09 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 30 Sep 2021 09:19:10 -0700 (PDT) Message-ID: <14f24776-8876-599c-3464-63d4955a4584@redhat.com> Date: Thu, 30 Sep 2021 17:19:09 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.1.0 Subject: Re: [PATCH][GAS] aarch64: Enable Cortex-X2 CPU To: Przemyslaw Wirkus , Binutils Cc: Richard Earnshaw , Marcus Shawcroft References: From: Nick Clifton In-Reply-To: X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-GB Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.0 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 16:19:15 -0000 Hi Przemyslaw, > 2021-09-16 Przemyslaw Wirkus > > * NEWS: Update docs. > * config/tc-aarch64.c: Add Cortex-X2. > * doc/c-aarch64.texi: Update docs. Approved - please apply. Cheers Nick