diff options
Diffstat (limited to 'gdb/dve3900-rom.c')
-rw-r--r-- | gdb/dve3900-rom.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |