diff options
author | Jim Blandy <jimb@codesourcery.com> | 2001-12-20 08:52:37 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2001-12-20 08:52:37 +0000 |
commit | 76cc2cf029a9b9a386c5b7fe8f5d40531a00f8ca (patch) | |
tree | d3b9953b62240b5a9512ba24bd1e675c6a61f541 /gdb/ChangeLog | |
parent | c5e243bbc4b8448f588b175364eed888a2f56a2a (diff) | |
download | gdb-76cc2cf029a9b9a386c5b7fe8f5d40531a00f8ca.zip gdb-76cc2cf029a9b9a386c5b7fe8f5d40531a00f8ca.tar.gz gdb-76cc2cf029a9b9a386c5b7fe8f5d40531a00f8ca.tar.bz2 |
* s390-tdep.c (s390_get_frame_info): Give orig_sp a reasonable
value, even when fextra_info->stack_bought can't be trusted,
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d4888d3..6246f80 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ 2001-12-19 Jim Blandy <jimb@redhat.com> + * s390-tdep.c (s390_get_frame_info): Give orig_sp a reasonable + value, even when fextra_info->stack_bought can't be trusted, + * s390-tdep.c (s390_readinstruction): Don't call info->read_memory_func to read zero bytes. Some targets' xfer_memory functions can't cope with that. |