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/doc | |
parent | 92e8c9ed1f61fea0ded3f84e9092375525fb5f5a (diff) | |
download | binutils-d49d1e0a2f67889077fff8ad80e9ed5e43ff169f.tar.gz binutils-d49d1e0a2f67889077fff8ad80e9ed5e43ff169f.tar.bz2 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/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index c5241c4af5f..6cb5b17d0a8 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2002-04-21 Andrew Cagney <ac131313@redhat.com> + + * gdbint.texinfo (Target Architecture Definition): Delete + definition of HAVE_REGISTER_WINDOWS. + 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il> * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 5c4ee76a542..408e043a9ba 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -3044,10 +3044,6 @@ pointer. It examines the current state of the machine as needed. Define this if you need to supply your own definition for the function @code{get_saved_register}. -@item HAVE_REGISTER_WINDOWS -@findex HAVE_REGISTER_WINDOWS -Define this if the target has register windows. - @item REGISTER_IN_WINDOW_P (@var{regnum}) @findex REGISTER_IN_WINDOW_P Define this to be an expression that is 1 if the given register is in |