From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30743 invoked by alias); 13 Feb 2013 13:53:27 -0000 Received: (qmail 30734 invoked by uid 22791); 13 Feb 2013 13:53:25 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,MSGID_MULTIPLE_AT X-Spam-Check-By: sourceware.org Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.200.156) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 13 Feb 2013 13:53:19 +0000 Received: from md13.u-strasbg.fr (md13.u-strasbg.fr [130.79.200.248]) by mailhost.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id r1DDrCj6082088 ; Wed, 13 Feb 2013 14:53:13 +0100 (CET) (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from mailserver.u-strasbg.fr (ms14.u-strasbg.fr [130.79.204.114]) by md13.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id r1DDrC6a022146 ; Wed, 13 Feb 2013 14:53:12 +0100 (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from E6510Muller (gw-ics.u-strasbg.fr [130.79.210.225]) (user=mullerp mech=LOGIN) by mailserver.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id r1DDrBkS012818 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) ; Wed, 13 Feb 2013 14:53:12 +0100 (envelope-from pierre.muller@ics-cnrs.unistra.fr) From: "Pierre Muller" To: "'Marcus Shawcroft'" , References: <511B938C.9070404@arm.com> In-Reply-To: <511B938C.9070404@arm.com> Subject: RE: [PATCH] Fix %llx ARI gripe in aarch64-linux-nat. Date: Wed, 13 Feb 2013 13:53:00 -0000 Message-ID: <00a401ce09f1$7683cac0$638b6040$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" 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/msg00297.txt.bz2 Thanks for doing this. Could you please also take care of the missing internationalization code prefix? > 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=A0: gdb-patches-owner@sourceware.org [mailto:gdb-patches- > owner@sourceware.org] De la part de Marcus Shawcroft > Envoy=E9=A0: mercredi 13 f=E9vrier 2013 14:22 > =C0=A0: gdb-patches@sourceware.org > Objet=A0: [PATCH] Fix %llx ARI gripe in aarch64-linux-nat. >=20 > Hi, >=20 > This patch fixes the ARI gripe about the use of %llx in aarch64-linux-nat. >=20 > I'll commit this as obvious shortly. >=20 > /Marcus >=20 > 2013-02-13 Marcus Shawcroft >=20 > * aarch64-linux-nat.c (debug_reg_change_callback) > (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with > %s and phex().