From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 72764 invoked by alias); 15 Jun 2015 15:09:56 -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 72527 invoked by uid 89); 15 Jun 2015 15:09:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.0 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 15 Jun 2015 15:09:52 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id 3B90CCA653; Mon, 15 Jun 2015 15:09:50 +0000 (UTC) Received: from host1.jankratochvil.net (ovpn-116-41.ams2.redhat.com [10.36.116.41]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t5FF9kSc019930 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 15 Jun 2015 11:09:49 -0400 Date: Mon, 15 Jun 2015 15:09:00 -0000 From: Jan Kratochvil To: Joel Brobecker Cc: gdb-patches@sourceware.org, Aleksandar Ristovski Subject: [commit] [PATCH v7 02/10] Merge multiple hex conversions Message-ID: <20150615150946.GB30809@host1.jankratochvil.net> References: <20150614192542.18346.87859.stgit@host1.jankratochvil.net> <20150614192559.18346.31036.stgit@host1.jankratochvil.net> <20150615133310.GC25717@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150615133310.GC25717@adacore.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2015-06/txt/msg00313.txt.bz2 On Mon, 15 Jun 2015 15:33:10 +0200, Joel Brobecker wrote: > > gdb/ChangeLog > > 2014-02-26 Aleksandar Ristovski > Jan Kratochvil > > > > Merge multiple hex conversions. > > * monitor.c: Include rsp-low.h. > > (fromhex): Remove definition. > > OK. Checked in: 909c2cdaa78f5c33ce61a3b47e86f831025d0a02 Jan