aboutsummaryrefslogtreecommitdiff
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
parent52cddf09d1ac2980206ca0b74cd0c334388482be (diff)
downloadgdb-315aef0afc6a200427c4e11adef6cea6f3a2e6ec.zip
gdb-315aef0afc6a200427c4e11adef6cea6f3a2e6ec.tar.gz
gdb-315aef0afc6a200427c4e11adef6cea6f3a2e6ec.tar.bz2
* gdbarch.c: Regenerate.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/gdbarch.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e28570d..de85aa4 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2009-02-11 Pedro Alves <pedro@codesourcery.com>
+
+ * gdbarch.c: Regenerate.
+
2009-02-10 Pierre Muller <muller@ics.u-strasbg.fr>
* p-lang.c (is_pascal_string_type): Fix comment.
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));