hppa native support

This commit is contained in:
K. Richard Pixley
1992-10-21 04:57:35 +00:00
parent 6142210d1d
commit ca0487229b
16 changed files with 875 additions and 21 deletions

View File

@@ -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" */