forked from Imagelibrary/binutils-gdb
hppa native support
This commit is contained in:
@@ -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" */
|
||||
|
||||
Reference in New Issue
Block a user