diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-04-21 15:52:35 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-04-21 15:52:35 +0000 |
commit | d49d1e0a2f67889077fff8ad80e9ed5e43ff169f (patch) | |
tree | eecd97c4a1ad3caa63c66502184ae57ba2ca12d1 /gdb/config/sparc | |
parent | 92e8c9ed1f61fea0ded3f84e9092375525fb5f5a (diff) | |
download | ppe42-binutils-d49d1e0a2f67889077fff8ad80e9ed5e43ff169f.tar.gz ppe42-binutils-d49d1e0a2f67889077fff8ad80e9ed5e43ff169f.zip |
* frame.c (find_saved_register): Delete #ifdef
HAVE_REGISTER_WINDOWS code.
* config/sparc/tm-sparc.h: Update comments.
* config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
* gdbint.texinfo (Target Architecture Definition): Delete
definition of HAVE_REGISTER_WINDOWS.
Diffstat (limited to 'gdb/config/sparc')
-rw-r--r-- | gdb/config/sparc/tm-sparc.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gdb/config/sparc/tm-sparc.h b/gdb/config/sparc/tm-sparc.h index 4db7ab70ee..2078d4c3dc 100644 --- a/gdb/config/sparc/tm-sparc.h +++ b/gdb/config/sparc/tm-sparc.h @@ -468,9 +468,8 @@ extern CORE_ADDR sparc_skip_prologue (CORE_ADDR, int); /* time of the register saves. */ \ int sp_offset; -/* We need to override GET_SAVED_REGISTER so that we can deal with the way - outs change into ins in different frames. HAVE_REGISTER_WINDOWS can't - deal with this case and also handle flat frames at the same time. */ +/* We need to override GET_SAVED_REGISTER so that we can deal with the + way outs change into ins in different frames. */ void sparc_get_saved_register (char *raw_buffer, int *optimized, |