]> Git Repo - binutils.git/blobdiff - include/sysdep.h
* i386.h: a.out magic numbers from
[binutils.git] / include / sysdep.h
index fd05606adc9c77cdf6c8d025956f3bfdc3a96a25..f2c8d1d2a545169e17d0068cd261c9ddd8fa6fd0 100755 (executable)
@@ -53,6 +53,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define IRIX3_SYS 17           /* SGI Iris running irix 3.x */
 #define IRIX4_SYS 18           /* SGI Iris running cypress */
 #define HP300BSD_SYS 19
+#define        ULTRA3_SYS 20           /* NYU Ultracomputer */
+#define        NEWSOS3_SYS 21          /* Sony NewsOS 3.x (bsd-4.3 based) */
+#define        AMIX_SYS 22             /* Amiga Unix */
+#define        i386_MACH_SYS 23        /* Mach on Intel 386 */
 
 #include <ansidecl.h>
 
@@ -101,6 +105,12 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include <sys/h-sun3.h>
 #endif
 
+#if HOST_SYS==NEWSOS3_SYS
+#define HOST_IS_SUN3 1 /* Lie - should be close enough */
+#include <sys/h-sun3.h> /* Probably good enough */
+#define MISSING_VFPRINTF
+#endif
+
 #if HOST_SYS==DEC3100_SYS
 #define HOST_IS_DEC3100 1
 #include <sys/h-dec3100.h>
@@ -146,4 +156,16 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include <sys/h-hp300bsd.h>
 #endif
 
+#if HOST_SYS == ULTRA3_SYS
+#include <sys/h-ultra3.h>
+#endif
+
+#if HOST_SYS == AMIX_SYS
+#include <sys/h-amix.h>
+#endif
+
+#if HOST_SYS == i386_MACH_SYS
+#include <sys/h-i386mach.h>
+#endif
+
 #endif /* _SYSDEP_H */
This page took 0.023991 seconds and 4 git commands to generate.