diff options
author | Joel Brobecker <brobecker@gnat.com> | 2002-06-19 01:13:01 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2002-06-19 01:13:01 +0000 |
commit | 5051bfa49edf8c774ef9f4f8bc38c31200628b05 (patch) | |
tree | 98e6c1485b76e590f5699c0c263c80063d30dbab | |
parent | dc1b0db2f27532adab873be588de5965c68cc23d (diff) | |
download | gdb-5051bfa49edf8c774ef9f4f8bc38c31200628b05.zip gdb-5051bfa49edf8c774ef9f4f8bc38c31200628b05.tar.gz gdb-5051bfa49edf8c774ef9f4f8bc38c31200628b05.tar.bz2 |
Add entry describing a change to alpha-tdep.c (heuristic_proc_desc).
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 70ca5ed..b3063d8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2002-06-18 Joel Brobecker <brobecker@gnat.com> + * alpha-tdep.c (heuristic_proc_desc): Compute the size of the + current frame using only the first stack size adjustment. All + subsequent size adjustments are not considered to be part of + the "static" part of the current frame. + Compute the address of the saved registers relative to the + Frame Pointer ($fp) instead of the Stack Pointer if $fp is + in use in this frame. + 2002-06-18 Don Howard <dhoward@redhat.com> * valops.c (value_ind): Use value_at_lazy() when dereferencing |