From 21d83aa55ad8543b4a732680302aba99cb89b8b7 Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Wed, 24 Apr 2002 13:48:39 +0000 Subject: 2002-04-24 David S. Miller * 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 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition. --- gdb/doc/ChangeLog | 4 ++++ gdb/doc/gdbint.texinfo | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'gdb/doc') diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 6e42d34..9dfa0dc 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2002-04-24 David S. Miller + + * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition. + 2002-04-21 David S. Miller * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition. diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 0e8a91d..fd164d8 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 -- cgit v1.1