diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 36887fa..3bc3725 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,7 +1,7 @@ 2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr> - * ARI fix: "%p" rule. - target.c (debug_to_thread_architecture): Replace %p by %s using + ARI fix: "%p" rule. + * target.c (debug_to_thread_architecture): Replace %p by %s using host_address_to_string function. 2009-10-06 Tristan Gingold <gingold@adacore.com> |