diff options
author | Don Howard <dhoward@redhat.com> | 2002-08-09 22:50:31 +0000 |
---|---|---|
committer | Don Howard <dhoward@redhat.com> | 2002-08-09 22:50:31 +0000 |
commit | 2163ab9d5cc4f9a8d3079af5a5768662d8047dda (patch) | |
tree | 468504c84be1f19c7511e1d695ddcae2dffdab62 /gdb/ChangeLog | |
parent | b78bcb188cfe6d08922c37efeaa4f95e39b9b74f (diff) | |
download | gdb-2163ab9d5cc4f9a8d3079af5a5768662d8047dda.zip gdb-2163ab9d5cc4f9a8d3079af5a5768662d8047dda.tar.gz gdb-2163ab9d5cc4f9a8d3079af5a5768662d8047dda.tar.bz2 |
2002-08-09 Don Howard <dhoward@redhat.com>
* memattr.c (mem_info_command): Print special case of upper bound
as max CORE_ADDR + 1.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 146cd3a..42d2bb0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2002-08-09 Don Howard <dhoward@redhat.com> + + * memattr.c (mem_info_command): Print special case of upper bound + as max CORE_ADDR + 1. + 2002-08-08 Michael Snyder <msnyder@redhat.com> * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only |