From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28552 invoked by alias); 13 Feb 2013 14:36:48 -0000 Received: (qmail 28544 invoked by uid 22791); 13 Feb 2013 14:36:48 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_SPAMHAUS_DROP,KHOP_THREADED,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from service87.mimecast.com (HELO service87.mimecast.com) (91.220.42.44) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 13 Feb 2013 14:36:42 +0000 Received: from cam-owa2.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.21]) by service87.mimecast.com; Wed, 13 Feb 2013 14:36:40 +0000 Received: from [10.1.72.50] ([10.1.255.212]) by cam-owa2.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.3959); Wed, 13 Feb 2013 14:36:39 +0000 Message-ID: <511BA4F7.8030809@arm.com> Date: Wed, 13 Feb 2013 14:36:00 -0000 From: Marcus Shawcroft User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 MIME-Version: 1.0 To: Pierre Muller CC: "gdb-patches@sourceware.org" Subject: Re: [PATCH] Fix %llx ARI gripe in aarch64-linux-nat. References: <511B938C.9070404@arm.com> <00a401ce09f1$7683cac0$638b6040$@muller@ics-cnrs.unistra.fr> In-Reply-To: <00a401ce09f1$7683cac0$638b6040$@muller@ics-cnrs.unistra.fr> X-MC-Unique: 113021314364009901 Content-Type: text/plain; charset=WINDOWS-1252; format=flowed Content-Transfer-Encoding: quoted-printable 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 X-SW-Source: 2013-02/txt/msg00302.txt.bz2 On 13/02/13 13:53, Pierre Muller wrote: > Thanks for doing this. > > Could you please also take care of the missing > internationalization code prefix? Done. Cheers /Marcus > >> gdb/aarch64-linux-nat.c:736: gettext: _ markup: All messages should be > marked up with _. > gdb/aarch64-linux-nat.c:736: warning ("Unexpected number of hardware > watchpoint registers reported" >> gdb/aarch64-linux-nat.c:744: gettext: _ markup: All messages should be > marked up with _. > gdb/aarch64-linux-nat.c:744: warning ("Unable to determine the number > of hardware watchpoints" >> gdb/aarch64-linux-nat.c:756: gettext: _ markup: All messages should be > marked up with _. > gdb/aarch64-linux-nat.c:756: warning ("Unexpected number of hardware > breakpoint registers reported" >> gdb/aarch64-linux-nat.c:764: gettext: _ markup: All messages should be > marked up with _. > gdb/aarch64-linux-nat.c:764: warning ("Unable to determine the number > of hardware breakpoints" > > > Thanks, > > > Pierre Muller > as ARI maintainer. > > >> -----Message d'origine----- >> De : gdb-patches-owner@sourceware.org [mailto:gdb-patches- >> owner@sourceware.org] De la part de Marcus Shawcroft >> Envoy=E9 : mercredi 13 f=E9vrier 2013 14:22 >> =C0 : gdb-patches@sourceware.org >> Objet : [PATCH] Fix %llx ARI gripe in aarch64-linux-nat. >> >> Hi, >> >> This patch fixes the ARI gripe about the use of %llx in aarch64-linux-na= t. >> >> I'll commit this as obvious shortly. >> >> /Marcus >> >> 2013-02-13 Marcus Shawcroft >> >> * aarch64-linux-nat.c (debug_reg_change_callback) >> (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with >> %s and phex(). > >