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 [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id 1BBBA3858D28 for ; Wed, 15 Dec 2021 17:13:54 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 1BBBA3858D28 Received: from mail-wm1-f72.google.com (mail-wm1-f72.google.com [209.85.128.72]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-358-PpHnD3z8OvmbBlOaA-aYOA-1; Wed, 15 Dec 2021 12:13:52 -0500 X-MC-Unique: PpHnD3z8OvmbBlOaA-aYOA-1 Received: by mail-wm1-f72.google.com with SMTP id 187-20020a1c02c4000000b003335872db8dso12879886wmc.2 for ; Wed, 15 Dec 2021 09:13:52 -0800 (PST) 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:references:from:in-reply-to :content-transfer-encoding; bh=fthXirw1vT/pqJTXUTxEmewmzGzThAjCAxFb++ksOuk=; b=tJWJZR0bqvWTbKgVrwmMUFSt2yhPwKUOZJSQ4mFyvUFQ0geaixzRtqG2sJIZoSXtGQ ngTu7ANLLGTczcnMk+6Tijhlzd1IfMKpYklyrG0U7b9qdb+CTney7m45B4/Y7iPNHj9Q yfCBv4/wxX5UMBveeh9UJI/k+LOvwnWgYzTTbBnD+AxBhJbPRe7d/BRoNERVK72cMxVz bQzgX24EeCMxjjASUElONoWy09tW73Uic3IALzj/ShReFqYpHAYDiA2nje1DYXkAIHcd TuFKB7wZn7DpcDJmU93iWDbiZBRPvr6RdSOwXdRQr2JJ6vSGaJWbGkxXM1DEKZjDmMep ZyQA== X-Gm-Message-State: AOAM533sswR+WcSUPaMmR0lbZv/prcqIwYxQ93HYBqsZITYrpaQ8Q63I zCyLsp8xU6edLYHK3xXtnK83IhKLjFatRH/eGsDR0ZI2B+od2J1d1evI0AoF4aSF+2MOsPNXBXY gEXzIXabox6hPeITrawOqjmUvUZvgk2HNftqzrSzM8XBzmnXqu+nlrt+BeXWfh+x5eA== X-Received: by 2002:a1c:5445:: with SMTP id p5mr843292wmi.137.1639588431310; Wed, 15 Dec 2021 09:13:51 -0800 (PST) X-Google-Smtp-Source: ABdhPJyiR/h1dnVx77Sk/W+8EB+s3HwJAfo0/1m6OZy6HDVxAzbNwIjXCSKnuJal7Rqov49dDmanZw== X-Received: by 2002:a1c:5445:: with SMTP id p5mr843275wmi.137.1639588431145; Wed, 15 Dec 2021 09:13:51 -0800 (PST) Received: from [192.168.1.6] (adsl-164-239.freeuk.com. [80.168.164.239]) by smtp.gmail.com with ESMTPSA id l9sm3064988wrs.101.2021.12.15.09.13.50 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 15 Dec 2021 09:13:50 -0800 (PST) Message-ID: <80d7e654-f7c3-98d1-cce6-d3a8922748c5@redhat.com> Date: Wed, 15 Dec 2021 17:13:49 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.0 Subject: Re: [PATCH] arm: Add support for Armv9.1-A to Armv9.3-A To: binutils@sourceware.org, richard.sandiford@arm.com 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=-3.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_BARRACUDACENTRAL, 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: Wed, 15 Dec 2021 17:13:55 -0000 Hi Richard, > This patch adds AArch32 support for -march=armv9.[123]-a. > The behaviour of the new options can be expressed using a > combination of existing feature flags and tables. > > The cpu_arch_ver entries for ARM_ARCH_V9_2A and ARM_ARCH_V9_3A > are technically redundant but it seemed less surprising to include > them anyway. > > Tested on arm-linux-gnueabi and arm-eabi. OK to install? Approved - please apply Cheers Nick