Browse Source

Stuff for new machiens

gdb-4_18-branch
Steve Chamberlain 35 years ago
parent
commit
f3d70fe521
  1. 6
      bfd/hosts/.Sanitize
  2. 6
      bfd/hosts/i386v.h

6
bfd/hosts/.Sanitize

@ -33,6 +33,7 @@ h-hp9000.h
h-hp300bsd.h h-hp300bsd.h
h-i386v.h h-i386v.h
h-irix3.h h-irix3.h
h-m68kv.h
h-rs6000.h h-rs6000.h
h-rtbsd.h h-rtbsd.h
h-sun3.h h-sun3.h
@ -50,7 +51,10 @@ echo Done in `pwd`.
# #
# #
# $Log$ # $Log$
# Revision 1.5 1991/09/17 06:57:44 grossman # Revision 1.6 1991/09/19 21:05:02 steve
# Stuff for new machiens
#
# Revision 1.5 1991/09/17 06:57:44 grossman
# sgi/irix config stuff. # sgi/irix config stuff.
# #
# Revision 1.4 1991/09/13 03:56:25 gnu # Revision 1.4 1991/09/13 03:56:25 gnu

6
bfd/hosts/i386v.h

@ -1,11 +1,13 @@
#include <sys/types.h>
#include <sys/file.h>
#include <fcntl.h> #include <fcntl.h>
#include <errno.h> #include <errno.h>
#include <stdio.h> #include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <ctype.h> #include <ctype.h>
#include <string.h> #include <string.h>
#include <sys/file.h>
#ifndef O_ACCMODE #ifndef O_ACCMODE
#define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
#endif #endif

Loading…
Cancel
Save