* annotate.c (annotate_source, annotate_frame_begin): Replace

deprecated_print_address_numeric with paddress.
	* cli/cli-cmds.c (list_command, edit_command): Likewise.
	* tui/tui-stack.c (tui_make_status_line): Likewise.

	* defs.h (deprecated_print_address_numeric): Remove.
	* printcmd.c (deprecated_print_address_numeric): Remove.
	* maint.c (maint_print_section_info): Fix comment.
This commit is contained in:
Markus Deuling
2008-05-23 04:31:40 +00:00
parent d44e847372
commit 50ee753532
7 changed files with 27 additions and 55 deletions

View File

@ -479,7 +479,7 @@ extern char *paddr_nz (CORE_ADDR addr);
extern char *paddr_u (CORE_ADDR addr);
extern char *paddr_d (LONGEST addr);
/* Like 0x%lx, replaces deprecated_print_address_numeric. */
/* Like 0x%lx. */
extern const char *paddress (CORE_ADDR addr);
extern char *phex (ULONGEST l, int sizeof_l);
@ -565,8 +565,6 @@ extern int build_address_symbolic (CORE_ADDR addr,
int *line,
int *unmapped);
extern void deprecated_print_address_numeric (CORE_ADDR, int, struct ui_file *);
extern void print_address (CORE_ADDR, struct ui_file *);
/* From source.c */