From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15107 invoked by alias); 1 Jul 2014 08:00:09 -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 15085 invoked by uid 89); 1 Jul 2014 08:00:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: e06smtp11.uk.ibm.com Received: from e06smtp11.uk.ibm.com (HELO e06smtp11.uk.ibm.com) (195.75.94.107) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 01 Jul 2014 08:00:06 +0000 Received: from /spool/local by e06smtp11.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 1 Jul 2014 09:00:03 +0100 Received: from d06dlp01.portsmouth.uk.ibm.com (9.149.20.13) by e06smtp11.uk.ibm.com (192.168.101.141) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Tue, 1 Jul 2014 09:00:01 +0100 Received: from b06cxnps4074.portsmouth.uk.ibm.com (d06relay11.portsmouth.uk.ibm.com [9.149.109.196]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id CE59417D8059 for ; Tue, 1 Jul 2014 09:01:31 +0100 (BST) Received: from d06av12.portsmouth.uk.ibm.com (d06av12.portsmouth.uk.ibm.com [9.149.37.247]) by b06cxnps4074.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s618010d31654102 for ; Tue, 1 Jul 2014 08:00:01 GMT Received: from d06av12.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av12.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s617xwHg028379 for ; Tue, 1 Jul 2014 02:00:00 -0600 Received: from br87z6lw.de.ibm.com (dyn-9-152-212-196.boeblingen.de.ibm.com [9.152.212.196]) by d06av12.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id s617xu7t028280; Tue, 1 Jul 2014 01:59:56 -0600 From: Andreas Arnez To: Mark Kettenis Cc: Ulrich Weigand , Kevin Buettner , Pedro Alves , gdb-patches@sourceware.org Subject: [ping][PATCH v2 00/13] Regset rework preparations part 2 References: <1403714949-28133-1-git-send-email-arnez@linux.vnet.ibm.com> Date: Tue, 01 Jul 2014 08:00:00 -0000 In-Reply-To: <1403714949-28133-1-git-send-email-arnez@linux.vnet.ibm.com> (Andreas Arnez's message of "Wed, 25 Jun 2014 18:48:56 +0200") Message-ID: <87zjgtfr0j.fsf@br87z6lw.de.ibm.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-TM-AS-MML: disable x-cbid: 14070108-5024-0000-0000-0000008D7C22 X-IsSubscribed: yes X-SW-Source: 2014-07/txt/msg00006.txt.bz2 Ping: https://sourceware.org/ml/gdb-patches/2014-06/msg00881.html On Wed, Jun 25 2014, Andreas Arnez wrote: > Version 1 is here: > > https://sourceware.org/ml/gdb-patches/2014-05/msg00631.html > > Changes in version 2: > > * New patch #1 that renames 'descr' -> 'regmap. > * Improved comment for 'struct regcache_map_entry'. > * Minor corrections in NIOS2 patch.