diff options
Diffstat (limited to 'gnu/usr.bin/gdb/bfd/arch/vax/sysdep.h')
-rw-r--r-- | gnu/usr.bin/gdb/bfd/arch/vax/sysdep.h | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/gnu/usr.bin/gdb/bfd/arch/vax/sysdep.h b/gnu/usr.bin/gdb/bfd/arch/vax/sysdep.h deleted file mode 100644 index d750cdaf992..00000000000 --- a/gnu/usr.bin/gdb/bfd/arch/vax/sysdep.h +++ /dev/null @@ -1,35 +0,0 @@ -/* $Id: sysdep.h,v 1.1 1995/10/18 08:39:55 deraadt Exp $ */ -#ifndef hosts_vaxbsd_H -/* DEC VAX running any BSD Unix */ -#include <fcntl.h> -#include <errno.h> -#include <stdio.h> -#include <stdlib.h> -#include <sys/types.h> -#include <sys/stat.h> -#include <ctype.h> -#include <string.h> -#include <sys/file.h> -#include <machine/param.h> - -#ifndef O_ACCMODE -#define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) -#endif - -#define SEEK_SET 0 -#define SEEK_CUR 1 - -#define HOST_PAGE_SIZE NBPG -#define HOST_MACHINE_ARCH bfd_arch_vax -#define HOST_TEXT_START_ADDR USRTEXT - -#define HOST_STACK_END_ADDR USRSTACK - -#define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(core_bfd) \ - ((core_bfd)->tdata.trad_core_data->u.u_sig) -#define u_comm u_kproc.kp_proc.p_comm - -#include "fopen-same.h" - -#define hosts_vaxbsd_H -#endif |