diff options
author | K. Richard Pixley <rich@cygnus> | 1992-10-21 04:57:35 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1992-10-21 04:57:35 +0000 |
commit | ca0487229b98f00278971ed0fda7bb258091bbd9 (patch) | |
tree | 0c0623d584a96c35d8a31ca2c210c1c32c0d0285 /gdb/xm-hppab.h | |
parent | 6142210d1d7bcfafaa2a31327b97a354024719c1 (diff) | |
download | gdb-ca0487229b98f00278971ed0fda7bb258091bbd9.zip gdb-ca0487229b98f00278971ed0fda7bb258091bbd9.tar.gz gdb-ca0487229b98f00278971ed0fda7bb258091bbd9.tar.bz2 |
hppa native support
Diffstat (limited to 'gdb/xm-hppab.h')
-rw-r--r-- | gdb/xm-hppab.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/xm-hppab.h b/gdb/xm-hppab.h index f326876..22f67d7 100644 --- a/gdb/xm-hppab.h +++ b/gdb/xm-hppab.h @@ -35,12 +35,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define KERNEL_U_ADDR 0 -/* What a coincidence! */ -#define REGISTER_U_ADDR(addr, blockend, regno) \ -{ addr = (int)(blockend) + REGISTER_BYTE (regno);} - -#define U_REGS_OFFSET 0 - #ifndef SEEK_SET # define SEEK_SET 0 /* Set file pointer to "offset" */ # define SEEK_CUR 1 /* Set file pointer to current plus "offset" */ |