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/config/i960 | |
parent | c6ed57bdd2893634eca15d944347c9decf64d574 (diff) | |
download | gdb-21d83aa55ad8543b4a732680302aba99cb89b8b7.zip gdb-21d83aa55ad8543b4a732680302aba99cb89b8b7.tar.gz gdb-21d83aa55ad8543b4a732680302aba99cb89b8b7.tar.bz2 |
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/config/i960')
-rw-r--r-- | gdb/config/i960/tm-i960.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/gdb/config/i960/tm-i960.h b/gdb/config/i960/tm-i960.h index 40bec42..a62e35d 100644 --- a/gdb/config/i960/tm-i960.h +++ b/gdb/config/i960/tm-i960.h @@ -127,21 +127,6 @@ extern void i960_get_saved_register (char *raw_buffer, i960_get_saved_register(raw_buffer, optimized, addrp, frame, regnum, lval) - -/* Is this register part of the register window system? A yes answer - implies that 1) The name of this register will not be the same in - other frames, and 2) This register is automatically "saved" upon - subroutine calls and thus there is no need to search more than one - stack frame for it. - - On the i960, in fact, the name of this register in another frame is - "mud" -- there is no overlap between the windows. Each window is - simply saved into the stack (true for our purposes, after having been - flushed; normally they reside on-chip and are restored from on-chip - without ever going to memory). */ - -#define REGISTER_IN_WINDOW_P(regnum) ((regnum) <= R15_REGNUM) - /* Number of bytes of storage in the actual machine representation for register N. On the i960, all regs are 4 bytes except for floating point, which are 10. NINDY only sends us 8 byte values for these, |