OSDN Git Service

* gdbarch.c: Regenerate.
authorPedro Alves <pedro@codesourcery.com>
Wed, 11 Feb 2009 14:32:16 +0000 (14:32 +0000)
committerPedro Alves <pedro@codesourcery.com>
Wed, 11 Feb 2009 14:32:16 +0000 (14:32 +0000)
gdb/ChangeLog
gdb/gdbarch.c

index e28570d..de85aa4 100644 (file)
@@ -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.
index 220771b..b8e8258 100644 (file)
@@ -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));