From 66bf4b3a03e67c9c38fb7525c6ce25c4f870206a Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Mon, 14 Feb 2005 14:37:38 +0000 Subject: 2005-02-14 Andrew Cagney * utils.c (paddress): New function. * defs.h (paddress): Declare. * printcmd.c (deprecated_print_address_numeric): Rename print_address_numeric, call paddress. * valprint.c, ui-out.c, tui/tui-stack.c, tracepoint.c: Update. * symmisc.c, symfile.c stack.c, p-valprint.c, printcmd.c: Update. * maint.c, m32r-rom.c, infcmd.c, f-valprint.c, exec.c: Update. * dwarf2read.c, dve3900-rom.c, defs.h, c-valprint.c: Update. * corefile.c, cli/cli-cmds.c, breakpoint.c, annotate.c: Update. * ada-valprint.c: Update. --- gdb/dve3900-rom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/dve3900-rom.c') diff --git a/gdb/dve3900-rom.c b/gdb/dve3900-rom.c index f1b38f1..ae8ea13 100644 --- a/gdb/dve3900-rom.c +++ b/gdb/dve3900-rom.c @@ -826,7 +826,7 @@ load_section (bfd *abfd, asection *s, unsigned int *data_count) /* Print some fluff about the section being loaded. */ printf_filtered ("Loading section %s, size 0x%lx lma ", bfd_section_name (abfd, s), (long) section_size); - print_address_numeric (section_base, 1, gdb_stdout); + deprecated_print_address_numeric (section_base, 1, gdb_stdout); printf_filtered ("\n"); gdb_flush (gdb_stdout); -- cgit v1.1