summaryrefslogtreecommitdiff
path: root/gdb/exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/exec.c')
-rw-r--r--gdb/exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/exec.c b/gdb/exec.c
index 5556b9efacb..8f80825e558 100644
--- a/gdb/exec.c
+++ b/gdb/exec.c
@@ -531,7 +531,7 @@ print_section_info (struct target_ops *t, bfd *abfd)
if (abfd == exec_bfd)
{
printf_filtered (_("\tEntry point: "));
- print_address_numeric (bfd_get_start_address (abfd), 1, gdb_stdout);
+ deprecated_print_address_numeric (bfd_get_start_address (abfd), 1, gdb_stdout);
printf_filtered ("\n");
}
for (p = t->to_sections; p < t->to_sections_end; p++)