From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 61555 invoked by alias); 15 Dec 2015 15:09:48 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 61542 invoked by uid 89); 15 Dec 2015 15:09:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ob0-f175.google.com Received: from mail-ob0-f175.google.com (HELO mail-ob0-f175.google.com) (209.85.214.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 15 Dec 2015 15:09:41 +0000 Received: by mail-ob0-f175.google.com with SMTP id sd4so8722329obb.0 for ; Tue, 15 Dec 2015 07:09:41 -0800 (PST) X-Received: by 10.60.176.166 with SMTP id cj6mr29987049oec.33.1450192179534; Tue, 15 Dec 2015 07:09:39 -0800 (PST) MIME-Version: 1.0 Received: by 10.76.69.69 with HTTP; Tue, 15 Dec 2015 07:09:20 -0800 (PST) In-Reply-To: References: <86r3ionkgh.fsf@gmail.com> From: Christopher Friedt Date: Tue, 15 Dec 2015 15:09:00 -0000 Message-ID: Subject: Re: cortex-m xml register descriptions for m-system To: Yao Qi Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-12/txt/msg00290.txt.bz2 On Tue, Dec 15, 2015 at 7:19 AM, Christopher Friedt wrote: > On Tue, Dec 15, 2015 at 4:13 AM, Yao Qi wrote: >> Christopher Friedt writes: >> >>> >>> >> >> These two don't exist in armv6-m profile. > > Just read that as well from the ARMv6M A.R.M. > > Rather than use a separate XML file for v6m, that excludes basepri and > faultmask, do you think it's rational to simply RAZ / IW? Should be easy enough to create an arm-6m-profile.xml and an arm-7m-profile.xml, in any case.