aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbarch.c
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2009-02-11 14:32:17 +0000
committerPedro Alves <palves@redhat.com>2009-02-11 14:32:17 +0000
commit315aef0afc6a200427c4e11adef6cea6f3a2e6ec (patch)
tree8d95e9b8b2839e11c2fe5670fc5b185163935dd6 /gdb/gdbarch.c
parent52cddf09d1ac2980206ca0b74cd0c334388482be (diff)
downloadgdb-315aef0afc6a200427c4e11adef6cea6f3a2e6ec.zip
gdb-315aef0afc6a200427c4e11adef6cea6f3a2e6ec.tar.gz
gdb-315aef0afc6a200427c4e11adef6cea6f3a2e6ec.tar.bz2
* gdbarch.c: Regenerate.
Diffstat (limited to 'gdb/gdbarch.c')
-rw-r--r--gdb/gdbarch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/gdbarch.c b/gdb/gdbarch.c
index 220771b..b8e8258 100644
--- a/gdb/gdbarch.c
+++ b/gdb/gdbarch.c
@@ -841,8 +841,8 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
"gdbarch_dump: gdbarch_get_siginfo_type_p() = %d\n",
gdbarch_get_siginfo_type_p (gdbarch));
fprintf_unfiltered (file,
- "gdbarch_dump: get_siginfo_type = <0x%lx>\n",
- (long) gdbarch->get_siginfo_type);
+ "gdbarch_dump: get_siginfo_type = <%s>\n",
+ host_address_to_string (gdbarch->get_siginfo_type));
fprintf_unfiltered (file,
"gdbarch_dump: has_global_solist = %s\n",
plongest (gdbarch->has_global_solist));