mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
* 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:
@ -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 */
|
||||
|
Reference in New Issue
Block a user