diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-04-10 02:18:40 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-04-10 02:18:40 +0000 |
commit | ac16bf075e8f8b82746c2daa5063fec3133e374b (patch) | |
tree | 036e17f1d95305b217fe1af902a1efe5ec0f7872 /gdb/ChangeLog | |
parent | e4b633ba464dd0f158fc4d25a72f98fc2ba42b1f (diff) | |
download | gdb-ac16bf075e8f8b82746c2daa5063fec3133e374b.zip gdb-ac16bf075e8f8b82746c2daa5063fec3133e374b.tar.gz gdb-ac16bf075e8f8b82746c2daa5063fec3133e374b.tar.bz2 |
2003-04-09 Andrew Cagney <cagney@redhat.com>
* defs.h (gdb_print_host_address): Make "addr" parameter a
pointer constant.
* utils.c (gdb_print_host_address): Update.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d650759..07082ed 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2003-04-09 Andrew Cagney <cagney@redhat.com> + + * defs.h (gdb_print_host_address): Make "addr" parameter a + pointer constant. + * utils.c (gdb_print_host_address): Update. + 2003-04-09 Kevin Buettner <kevinb@redhat.com> * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the |