OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [gdb-5.0/] [gdb/] [config/] [vax/] [xm-vaxult2.h] - Rev 1774

Go to most recent revision | Compare with Previous | Blame | View Log

/* Definitions to make GDB run on a vax under Ultrix. */
 
#include "vax/xm-vax.h"
extern char *strdup ();
 
#define NO_PTRACE_H
 
/* Old versions of ultrix have fd_set but not the FD_* macros.  */
 
#define FD_SET(bit,fdsetp) ((fdsetp)->fds_bits[(n) / 32] |= (1 << ((n) % 32)))
#define FD_ZERO(fdsetp) memset (fdsetp, 0, sizeof (*fdsetp))
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.