diff options
author | Joel Brobecker <brobecker@gnat.com> | 2009-01-07 12:11:07 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2009-01-07 12:11:07 +0000 |
commit | ea8992ce761ee68ff11579e5b3b8e72b5c228e6a (patch) | |
tree | ef1b374397dd37d1f274074839414b3145f95c1b /gdb/ChangeLog | |
parent | 301d2c47d9e6622be18fec51f7f215762910f9bb (diff) | |
download | gdb-ea8992ce761ee68ff11579e5b3b8e72b5c228e6a.zip gdb-ea8992ce761ee68ff11579e5b3b8e72b5c228e6a.tar.gz gdb-ea8992ce761ee68ff11579e5b3b8e72b5c228e6a.tar.bz2 |
* utils.c (gdb_print_host_address): Adjust implementation to
reuse host_address_to_string. Move comment explaining the conversion
from host address to string from here...
(host_address_to_string): ... to there.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 432c76e..feea4fd 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2009-01-07 Joel Brobecker <brobecker@adacore.com> + + * utils.c (gdb_print_host_address): Adjust implementation to + reuse host_address_to_string. Move comment explaining the conversion + from host address to string from here... + (host_address_to_string): ... to there. + 2009-01-07 Emi Suzuki <emi-suzuki@tjsys.co.jp> * MAINTAINERS: Add myself for write after approval privileges. |