This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix %llx ARI gripe in aarch64-linux-nat.


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é : mercredi 13 février 2013 14:22
À : 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-nat.

I'll commit this as obvious shortly.

/Marcus

2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>

	* aarch64-linux-nat.c (debug_reg_change_callback)
	(aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
	%s and phex().





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]