summaryrefslogtreecommitdiff
path: root/gdb/gdbtk/generic/gdbtk-stack.c
diff options
context:
space:
mode:
authorMartin Hunt <hunt@redhat.com>2005-02-17 07:15:50 +0000
committerMartin Hunt <hunt@redhat.com>2005-02-17 07:15:50 +0000
commit2289c8a6ab6fb35092b1763a563588917d41c2d7 (patch)
tree1cff25e4c32a40ed2b251e95c7efae22d1514aa4 /gdb/gdbtk/generic/gdbtk-stack.c
parent4ee0cce648e02c2c7844c77446515dea2cb35ef6 (diff)
downloadgdb-2289c8a6ab6fb35092b1763a563588917d41c2d7.tar.gz
2005-02-16 Martin Hunt <hunt@redhat.com>
* generic/gdbtk-stack.c (get_frame_name): Replace print_address_numeric with deprecated_print_address_numeric. * generic/gdbtk-cmds.c (gdbtk_load_asm): Ditto.
Diffstat (limited to 'gdb/gdbtk/generic/gdbtk-stack.c')
-rw-r--r--gdb/gdbtk/generic/gdbtk-stack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbtk/generic/gdbtk-stack.c b/gdb/gdbtk/generic/gdbtk-stack.c
index 0838d5cf489..9cf8975ffa2 100644
--- a/gdb/gdbtk/generic/gdbtk-stack.c
+++ b/gdb/gdbtk/generic/gdbtk-stack.c
@@ -591,7 +591,7 @@ get_frame_name (Tcl_Interp *interp, Tcl_Obj *list, struct frame_info *fi)
/* we have no convenient way to deal with this yet... */
if (fi->pc != sal.pc || !sal.symtab)
{
- print_address_numeric (fi->pc, 1, gdb_stdout);
+ deprecated_print_address_numeric (fi->pc, 1, gdb_stdout);
printf_filtered (" in ");
}
printf_symbol_filtered (gdb_stdout, funname ? funname : "??", funlang,