From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 91004 invoked by alias); 18 Oct 2016 03:51:49 -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 90625 invoked by uid 89); 18 Oct 2016 03:51:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:159 X-HELO: mailapp01.imgtec.com Received: from mailapp02.imgtec.com (HELO mailapp01.imgtec.com) (217.156.133.132) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 18 Oct 2016 03:51:27 +0000 Received: from HHMAIL03.hh.imgtec.org (unknown [10.44.0.21]) by Forcepoint Email with ESMTPS id 52195D3336A96; Tue, 18 Oct 2016 04:51:24 +0100 (IST) Received: from HHMAIL01.hh.imgtec.org (10.100.10.19) by HHMAIL03.hh.imgtec.org (10.44.0.21) with Microsoft SMTP Server (TLS) id 14.3.294.0; Tue, 18 Oct 2016 04:51:25 +0100 Received: from [10.20.78.147] (10.20.78.147) by HHMAIL01.hh.imgtec.org (10.100.10.21) with Microsoft SMTP Server id 14.3.294.0; Tue, 18 Oct 2016 04:51:24 +0100 Date: Tue, 18 Oct 2016 03:51:00 -0000 From: "Maciej W. Rozycki" To: Pedro Alves CC: , Mark Kettenis Subject: Re: [PATCH] i386-tdep: Verify architecture before proceeding with `set/show mpx' In-Reply-To: <745424a3-91dd-e8a9-bc0f-621b68f600c2@redhat.com> Message-ID: References: <745424a3-91dd-e8a9-bc0f-621b68f600c2@redhat.com> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-SW-Source: 2016-10/txt/msg00502.txt.bz2 On Mon, 17 Oct 2016, Pedro Alves wrote: > OK. Committed, thanks. Maciej