* gdbarch.c: Regenerate.
This commit is contained in:
parent
52cddf09d1
commit
315aef0afc
2 changed files with 6 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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));
|
||||
|
|
Loading…
Add table
Reference in a new issue