diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2000-07-24 14:25:22 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2000-07-24 14:25:22 +0000 |
commit | 0aba1244556ea8cb395fa0590d772e74fb9512b5 (patch) | |
tree | 99a2a891c9b3974525269115b2443244e5ef0abd /gdb/inferior.h | |
parent | e7997b74f5b7645ca895ff4007cdec3ee9484842 (diff) | |
download | gdb-0aba1244556ea8cb395fa0590d772e74fb9512b5.zip gdb-0aba1244556ea8cb395fa0590d772e74fb9512b5.tar.gz gdb-0aba1244556ea8cb395fa0590d772e74fb9512b5.tar.bz2 |
* gdbarch.sh: Add NUM_PSEUDO_REGS to the gdbarch structure.
* gdbarch.c: Regenerate.
* gdbarch.h: Regenerate.
* inferior.h (NUM_PSEUDO_REGS): Delete macro.
Diffstat (limited to 'gdb/inferior.h')
-rw-r--r-- | gdb/inferior.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gdb/inferior.h b/gdb/inferior.h index 95a8c61..eb947d1 100644 --- a/gdb/inferior.h +++ b/gdb/inferior.h @@ -59,15 +59,6 @@ extern void write_inferior_status_register (struct inferior_status #define ARCH_NUM_REGS NUM_REGS #endif -/* This macro gives the number of pseudo-registers that live in the - register namespace but do not get fetched or stored on the target. - These pseudo-registers may be aliases for other registers, - combinations of other registers, or they may be computed by GDB. - FIXME: move into gdbarch.[ch] */ -#ifndef NUM_PSEUDO_REGS -#define NUM_PSEUDO_REGS 0 -#endif - /* This function is called when the value of a pseudo-register needs to be updated. Typically it will be defined on a per-architecture basis. FIXME: move into gdbarch.[ch]. */ |