From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 65936 invoked by alias); 13 May 2019 13:39:49 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 65849 invoked by uid 89); 13 May 2019 13:39:48 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-24.9 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3 autolearn=ham version=3.3.1 spammy=loongson3, Loongson3 X-HELO: foss.arm.com Received: from foss.arm.com (HELO foss.arm.com) (217.140.101.70) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 13 May 2019 13:39:45 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 3B5C180D; Mon, 13 May 2019 06:39:44 -0700 (PDT) Received: from [10.2.207.62] (e107157-lin.cambridge.arm.com [10.2.207.62]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 8FB383F71E; Mon, 13 May 2019 06:39:43 -0700 (PDT) Subject: [PATCH, binutils, Arm] Add Armv8.1-M Mainline and MVE enablement to NEWS To: Nick Clifton , "binutils@sourceware.org" Cc: Richard Earnshaw References: <19569550-4d2e-0bb3-592a-d91050d490f6@arm.com> <9278b7bc-056c-d419-61af-2c8f78f3933f@redhat.com> From: "Andre Vieira (lists)" Message-ID: Date: Mon, 13 May 2019 13:39:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <9278b7bc-056c-d419-61af-2c8f78f3933f@redhat.com> Content-Type: multipart/mixed; boundary="------------86BDBD20BBCB266DD41D3A04" X-IsSubscribed: yes X-SW-Source: 2019-05/txt/msg00176.txt.bz2 This is a multi-part message in MIME format. --------------86BDBD20BBCB266DD41D3A04 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-length: 830 Hi, This patch announces the support for Armv8.1-M Mainline and M-profile Vector Extension for GAS and binutils. To be applied on top of MVE series. Is this OK? Cheers, Andre gas/ChangeLog 2019-05-13 Andre Vieira * NEWS: Mention Armv8.1-M Mainline and MVE. binutils/ChangeLog 2019-05-13 Andre Vieira * NEWS: Mention Armv8.1-M Mainline and MVE. On 02/05/2019 11:18, Nick Clifton wrote: > Hi Andre, > >> This patch series adds support for all M-profile Vector Extension(MVE) instructions to GAS and Objdump. > > I just noticed that the patch series does not include additions to the > gas/NEWS and binutils/NEWS files, mentioning support for this architecture > extension. Please could you add that ? > > Cheers > Nick > > > --------------86BDBD20BBCB266DD41D3A04 Content-Type: text/x-patch; name="NEWS.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="NEWS.patch" Content-length: 1049 diff --git a/binutils/NEWS b/binutils/NEWS index 7c9d7bef30b024bdb03bc0d86b1ffbc1506ffe66..5cae569e1d9435d0bf84dccbd4823170472cd5e7 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,5 +1,8 @@ -*- text -*- +* Add support for the Armv8.1-M Mainline and M-profile Vector Extension (MVE) + instructions. + * The separate debug info file options of readelf (--debug-dump=links and --debug-dump=follow) and objdump (--dwarf=links and --dwarf=follow-links) will now display and/or follow multiple links if diff --git a/gas/NEWS b/gas/NEWS index 3903c383c191428f0e39cf4a036d8d6243e2552f..ff88fe900146b57e38fde5bbbc389cd803cc7147 100644 --- a/gas/NEWS +++ b/gas/NEWS @@ -1,5 +1,8 @@ -*- text -*- +* Add support for the Armv8.1-M Mainline and M-profile Vector Extension (MVE) + instructions. + * For MIPS, Add -m[no-]fix-loongson3-llsc option to fix (or not) Loongson3 LLSC Errata. Add a --enable-mips-fix-loongson3-llsc=[yes|no] configure time option to set the default behavior. Set the default if the configure option is not used --------------86BDBD20BBCB266DD41D3A04--