X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fui-out.c;h=f59eecc5edb17d0f080574e9e30fab7a5b7912ff;hb=66bf4b3a03e67c9c38fb7525c6ce25c4f870206a;hp=53abebf2485756ea8aa85378aa84b66a36c9b079;hpb=8adce22da6e4805b565e6519d112e93f2a09814c;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ui-out.c b/gdb/ui-out.c index 53abebf248..f59eecc5ed 100644 --- a/gdb/ui-out.c +++ b/gdb/ui-out.c @@ -494,7 +494,7 @@ ui_out_field_core_addr (struct ui_out *uiout, /* FIXME: cagney/2002-05-03: Need local_address_string() function that returns the language localized string formatted to a width based on TARGET_ADDR_BIT. */ - /* print_address_numeric (address, 1, local_stream); */ + /* deprecated_print_address_numeric (address, 1, local_stream); */ if (TARGET_ADDR_BIT <= 32) strcpy (addstr, hex_string_custom (address, 8)); else