From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by sourceware.org (Postfix) with ESMTP id E1CBF3857829 for ; Tue, 30 Nov 2021 13:22:09 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org E1CBF3857829 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id AAB471042; Tue, 30 Nov 2021 05:22:09 -0800 (PST) Received: from localhost (unknown [10.32.98.88]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 358FE3F5A1; Tue, 30 Nov 2021 05:22:09 -0800 (PST) From: Richard Sandiford To: binutils@sourceware.org Mail-Followup-To: binutils@sourceware.org, rearnsha@arm.com, richard.sandiford@arm.com Cc: rearnsha@arm.com Subject: [PATCH 10/10] aarch64: Update gas/NEWS for recent changes Date: Tue, 30 Nov 2021 13:22:07 +0000 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-12.4 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, 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: Tue, 30 Nov 2021 13:22:11 -0000 Tested on aarch64-linux-gnu. OK to install? Richard gas/ * NEWS: Mention support for Armv8.8-A and for new system registers. --- gas/NEWS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gas/NEWS b/gas/NEWS index 4288e6213dd..7d9bb6ba4b0 100644 --- a/gas/NEWS +++ b/gas/NEWS @@ -1,5 +1,8 @@ -*- text -*- +* Add support for AArch64 system registers that were missing in previous + releases. + * Add support for the LoongArch instruction set. * Add a command-line option, -muse-unaligned-vector-move, for x86 target @@ -25,7 +28,7 @@ x86 assembler have been reduced from 12 bytes to 10 bytes to match the output of .tfloat directive. -* Add support for 'armv9-a' for -march in AArch64 GAS. +* Add support for 'armv8.8-a' and 'armv9-a' for -march in AArch64 GAS. * Add support for 'armv9-a' for -march in Arm GAS. -- 2.25.1