Support HP-300's under BSD.
authorJohn Gilmore <gnu@cygnus>
Thu, 22 Aug 1991 03:00:18 +0000 (03:00 +0000)
committerJohn Gilmore <gnu@cygnus>
Thu, 22 Aug 1991 03:00:18 +0000 (03:00 +0000)
gas/a.out.gnu.h
include/sysdep.h

index 0d315453b8ab8959f5d93bee53e8229a7e3a08c4..21cd75460e9b9500a99b10d81c4d3c5eb53f9fa6 100755 (executable)
@@ -55,6 +55,10 @@ enum machine_type {
   /* skip a bunch so we don't run into any of sun's numbers */
   M_386 = 100,
   M_29K = 101,
+  /* HP/BSD formats */
+  M_HP200 = 200,       /* hp200 (68010) BSD binary */
+  M_HP300 = 300,       /* hp300 (68020+68881) BSD binary */
+  M_HPUX23 = 0x020C,   /* hp200/300 HPUX binary */
 };
 
 #define N_MAGIC(exec) ((exec).a_info & 0xffff)
index 154b272e70973bb966025a4504da4bcd60ab9e94..da40fc38aa420a258c274f016bf090fcb37e1d96 100755 (executable)
@@ -50,6 +50,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define        VAX_BSD_SYS 14
 #define        TAHOE_BSD_SYS 15
 #define RTBSD_SYS 16  /* IBM RT/PC running bsd Unix */
+#define HP300BSD_SYS 17
 
 #include <ansidecl.h>
 
@@ -131,4 +132,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include <sys/h-rtbsd.h>
 #endif
 
+#if HOST_SYS == HP300BSD_SYS
+#include <sys/h-hp300bsd.h>
+#endif
+
 #endif 
This page took 0.034156 seconds and 4 git commands to generate.