diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-04-10 21:33:55 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-04-10 21:33:55 +0000 |
commit | 28aa72da4ce487bb98d2004bf36f7dbcef6ecc89 (patch) | |
tree | b1c3032c23eb7c3288334c5fb8d7c796a3c0542c /gdb/utils.c | |
parent | f46a289cb18f363f41a4bef398dff60eb615a744 (diff) | |
download | binutils-cagney_frameaddr-20030403-branch.zip binutils-cagney_frameaddr-20030403-branch.tar.gz binutils-cagney_frameaddr-20030403-branch.tar.bz2 |
Merge with mainline.cagney_frameaddr-20030403-branch
Diffstat (limited to 'gdb/utils.c')
-rw-r--r-- | gdb/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/utils.c b/gdb/utils.c index f8ac0fd..e72aec7 100644 --- a/gdb/utils.c +++ b/gdb/utils.c @@ -1261,7 +1261,7 @@ print_spaces (register int n, register struct ui_file *file) /* Print a host address. */ void -gdb_print_host_address (void *addr, struct ui_file *stream) +gdb_print_host_address (const void *addr, struct ui_file *stream) { /* We could use the %p conversion specifier to fprintf if we had any |