diff options
author | David S. Miller <davem@redhat.com> | 2002-04-24 13:48:39 +0000 |
---|---|---|
committer | David S. Miller <davem@redhat.com> | 2002-04-24 13:48:39 +0000 |
commit | 21d83aa55ad8543b4a732680302aba99cb89b8b7 (patch) | |
tree | e4165184393a4b317de2bb5ba50f56ac92695adc /gdb/doc | |
parent | c6ed57bdd2893634eca15d944347c9decf64d574 (diff) | |
download | binutils-21d83aa55ad8543b4a732680302aba99cb89b8b7.tar.gz binutils-21d83aa55ad8543b4a732680302aba99cb89b8b7.tar.bz2 binutils-21d83aa55ad8543b4a732680302aba99cb89b8b7.zip |
2002-04-24 David S. Miller <davem@redhat.com>
* i960-tdep.c (register_in_window_p): New function.
(i960_find_saved_register): Use it instead of
REGISTER_IN_WINDOW_P.
* config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
2002-04-24 David S. Miller <davem@redhat.com>
* gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 6e42d346800..9dfa0dc2c85 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2002-04-24 David S. Miller <davem@redhat.com> + + * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition. + 2002-04-21 David S. Miller <davem@redhat.com> * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition. diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 0e8a91d600d..fd164d8a6d9 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -3044,11 +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 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 -the window. - @item IBM6000_TARGET @findex IBM6000_TARGET Shows that we are configured for an IBM RS/6000 target. This |