aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorDavid Taylor <taylor@redhat.com>2001-03-08 20:45:22 +0000
committerDavid Taylor <taylor@redhat.com>2001-03-08 20:45:22 +0000
commitec9a34493d40b2ad20dbfad56ea5ac45078fa749 (patch)
tree48eb568ef4ccc94e27289341556f4cd4ce00bff8 /gdb/ChangeLog
parenta50c34dcb969c7b2a5976ae02842c98b69acdf5d (diff)
downloadgdb-ec9a34493d40b2ad20dbfad56ea5ac45078fa749.zip
gdb-ec9a34493d40b2ad20dbfad56ea5ac45078fa749.tar.gz
gdb-ec9a34493d40b2ad20dbfad56ea5ac45078fa749.tar.bz2
* stack.c (parse_frame_specification): For one argument case,
handle the situation where the argument is an integer, not an address -- arguably the most common case. This matters on targets where pointers and addresses are different.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 05eeb4d..12114f1 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+Thu Mar 8 15:43:40 2001 David Taylor <taylor@redhat.com>
+
+ * stack.c (parse_frame_specification): For one argument case,
+ handle the situation where the argument is an integer, not an
+ address -- arguably the most common case. This matters on
+ targets where pointers and addresses are different.
+
2001-03-08 Andrew Cagney <ac131313@redhat.com>
* TODO: Revise 5.1 list. Delete PARAMS task. Add coding standard