From f99988e38f5e7b6266bfb5ca11d4fa67235a36b3 Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Mon, 30 Sep 1991 19:54:08 +0000 Subject: [PATCH] * sysdep.h: Define NEWSOS3_SYS, and use it. --- include/ChangeLog | 18 ++++++++++++++++++ include/sysdep.h | 7 +++++++ 2 files changed, 25 insertions(+) diff --git a/include/ChangeLog b/include/ChangeLog index 22721a440ae..7b43c6659d5 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,21 @@ +Mon Sep 30 12:52:35 1991 Per Bothner (bothner at cygnus.com) + + * sysdep.h: Define NEWSOS3_SYS, and use it. + +Fri Sep 20 13:38:21 1991 John Gilmore (gnu at cygnus.com) + + * a.out.gnu.h (N_FN): Its value *really is* 0x1F. + Fix it, and add comments warning about or-ing N_EXT with it + and/or N_WARNING. + * aout64.h (N_FN): Fix value, add comments about N_EXT. + * stab.def (table at end): Update to show all the type + values <0x20, including low order bits. Move N_FN to + its rightful place. + +Tue Sep 17 17:41:37 1991 Stu Grossman (grossman at cygnus.com) + + * sys/h-irix3.h: sgi/irix support. + Tue Sep 17 07:52:59 1991 John Gilmore (gnu at cygint.cygnus.com) * stab.def (N_DEFD): Add GNU Modula-2 debug stab, from Andrew diff --git a/include/sysdep.h b/include/sysdep.h index 3a2806a77a9..db042b298a3 100755 --- a/include/sysdep.h +++ b/include/sysdep.h @@ -54,6 +54,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #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) */ #include @@ -102,6 +103,12 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #endif +#if HOST_SYS==NEWSOS3_SYS +#define HOST_IS_SUN3 1 /* Lie - should be close enough */ +#include /* Probably good enough */ +#define MISSING_VFPRINTF +#endif + #if HOST_SYS==DEC3100_SYS #define HOST_IS_DEC3100 1 #include -- 2.30.2