diff options
author | David Taylor <taylor@redhat.com> | 2001-03-08 20:45:22 +0000 |
---|---|---|
committer | David Taylor <taylor@redhat.com> | 2001-03-08 20:45:22 +0000 |
commit | ec9a34493d40b2ad20dbfad56ea5ac45078fa749 (patch) | |
tree | 48eb568ef4ccc94e27289341556f4cd4ce00bff8 /gdb/ChangeLog | |
parent | a50c34dcb969c7b2a5976ae02842c98b69acdf5d (diff) | |
download | gdb-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/ChangeLog | 7 |
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 |