aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2009-10-06 16:04:05 +0000
committerJoel Brobecker <brobecker@gnat.com>2009-10-06 16:04:05 +0000
commit37e5cb2bc74ce7e1b8ff5878739955e87e8a4b10 (patch)
treec7d88ee3ad0e098add2226f4dbb8a85b2434cbbf /gdb
parent245caaea2292a0193e42c77abba66eac1906c4dc (diff)
downloadgdb-37e5cb2bc74ce7e1b8ff5878739955e87e8a4b10.zip
gdb-37e5cb2bc74ce7e1b8ff5878739955e87e8a4b10.tar.gz
gdb-37e5cb2bc74ce7e1b8ff5878739955e87e8a4b10.tar.bz2
Minor reformatting of the last entry.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
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>