[commit] New function paddress, deprecate print_address_numeric

Andrew Cagney cagney@gnu.org
Tue Feb 15 04:16:00 GMT 2005


Eli Zaretskii wrote:
>>Date: Mon, 14 Feb 2005 09:41:00 -0500
>>From: Andrew Cagney <cagney@gnu.org>
>>
>>This is so that:
>>
>>	printf ("The address is ");
>>	print_address_numeric (address);
>>	printf ("\n");
>>
>>can be replaced by:
>>
>>	printf ("The address is %s\n", paddress (address));
> 
> 
> I guess this came out of my review of the last i18n patch,

It didn't.  Although I see that you had also noticed the problem.

Andrew



More information about the Gdb-patches mailing list