From f3d70fe521934fe02520ae5ffbb5c35bcc33e375 Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Thu, 19 Sep 1991 21:05:02 +0000 Subject: [PATCH] Stuff for new machiens --- bfd/hosts/.Sanitize | 6 +++++- bfd/hosts/i386v.h | 6 ++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/bfd/hosts/.Sanitize b/bfd/hosts/.Sanitize index 0f6de95e7cd..09b5b91fc63 100644 --- a/bfd/hosts/.Sanitize +++ b/bfd/hosts/.Sanitize @@ -33,6 +33,7 @@ h-hp9000.h h-hp300bsd.h h-i386v.h h-irix3.h +h-m68kv.h h-rs6000.h h-rtbsd.h h-sun3.h @@ -50,7 +51,10 @@ echo Done in `pwd`. # # # $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. # # Revision 1.4 1991/09/13 03:56:25 gnu diff --git a/bfd/hosts/i386v.h b/bfd/hosts/i386v.h index f1018c6711b..33e3d1db01c 100644 --- a/bfd/hosts/i386v.h +++ b/bfd/hosts/i386v.h @@ -1,11 +1,13 @@ +#include +#include #include #include #include -#include + #include #include #include -#include + #ifndef O_ACCMODE #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) #endif -- 2.30.2