BSD 4_3_Net_2 development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Wed, 22 Feb 1989 02:27:01 +0000 (18:27 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Wed, 22 Feb 1989 02:27:01 +0000 (18:27 -0800)
Work on file usr/src/usr.bin/gcc/cc1/config/xm-vax.h
Work on file usr/src/usr.bin/gcc/cc1/config/xm-umips.h
Work on file usr/src/usr.bin/gcc/cc1/config/xm-spur.h
Work on file usr/src/usr.bin/gcc/cc1/config/xm-m88k.h
Work on file usr/src/usr.bin/gcc/cc1/config/xm-m68k.h
Work on file usr/src/usr.bin/gcc/cc1/config/xm-i386v.h

Synthesized-from: CSRG/cd2/net.2

usr/src/usr.bin/gcc/cc1/config/xm-i386v.h [new file with mode: 0644]
usr/src/usr.bin/gcc/cc1/config/xm-m68k.h [new file with mode: 0644]
usr/src/usr.bin/gcc/cc1/config/xm-m88k.h [new file with mode: 0644]
usr/src/usr.bin/gcc/cc1/config/xm-spur.h [new file with mode: 0644]
usr/src/usr.bin/gcc/cc1/config/xm-umips.h [new file with mode: 0644]
usr/src/usr.bin/gcc/cc1/config/xm-vax.h [new file with mode: 0644]

diff --git a/usr/src/usr.bin/gcc/cc1/config/xm-i386v.h b/usr/src/usr.bin/gcc/cc1/config/xm-i386v.h
new file mode 100644 (file)
index 0000000..60d4ce9
--- /dev/null
@@ -0,0 +1,47 @@
+/* Configuration for GNU C-compiler for Intel 80386 running System V.
+   Copyright (C) 1988 Free Software Foundation, Inc.
+
+This file is part of GNU CC.
+
+GNU CC is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 1, or (at your option)
+any later version.
+
+GNU CC is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with GNU CC; see the file COPYING.  If not, write to
+the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+
+
+/* #defines that need visibility everywhere.  */
+#define FALSE 0
+#define TRUE 1
+
+/* This describes the machine the compiler is hosted on.  */
+#define HOST_BITS_PER_CHAR 8
+#define HOST_BITS_PER_SHORT 16
+#define HOST_BITS_PER_INT 32
+#define HOST_BITS_PER_LONG 32
+
+/* Arguments to use with `exit'.  */
+#define SUCCESS_EXIT_CODE 0
+#define FATAL_EXIT_CODE 33
+
+#define USG
+
+/* target machine dependencies.
+   tm.h is a symbolic link to the actual target specific file.   */
+#include "tm.h"
+
+#define bcopy(a,b,c) memcpy (b,a,c)
+#define bzero(a,b) memset (a,0,b)
+#define bcmp(a,b,c) memcmp (a,b,c)
+
+#ifdef __GNUC__
+#define alloca(n) __builtin_alloca(n)
+#endif
diff --git a/usr/src/usr.bin/gcc/cc1/config/xm-m68k.h b/usr/src/usr.bin/gcc/cc1/config/xm-m68k.h
new file mode 100644 (file)
index 0000000..f42f212
--- /dev/null
@@ -0,0 +1,42 @@
+/* Configuration for GNU C-compiler for Motorola 68000 family.
+   Copyright (C) 1987 Free Software Foundation, Inc.
+
+This file is part of GNU CC.
+
+GNU CC is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 1, or (at your option)
+any later version.
+
+GNU CC is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with GNU CC; see the file COPYING.  If not, write to
+the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+
+
+/* #defines that need visibility everywhere.  */
+#define FALSE 0
+#define TRUE 1
+
+/* This describes the machine the compiler is hosted on.  */
+#define HOST_BITS_PER_CHAR 8
+#define HOST_BITS_PER_SHORT 16
+#define HOST_BITS_PER_INT 32
+#define HOST_BITS_PER_LONG 32
+
+/* target machine dependencies.
+   tm.h is a symbolic link to the actual target specific file.   */
+#include "tm.h"
+
+/* Arguments to use with `exit'.  */
+#define SUCCESS_EXIT_CODE 0
+#define FATAL_EXIT_CODE 33
+
+/* If compiled with GNU C, use the built-in alloca */
+#ifdef __GNUC__
+#define alloca __builtin_alloca
+#endif
diff --git a/usr/src/usr.bin/gcc/cc1/config/xm-m88k.h b/usr/src/usr.bin/gcc/cc1/config/xm-m88k.h
new file mode 100644 (file)
index 0000000..ea98030
--- /dev/null
@@ -0,0 +1,37 @@
+/* Configuration for GNU C-compiler for Motorola 88000 family.
+   Copyright (C) 1987 Free Software Foundation, Inc.
+
+This file is part of GNU CC.
+
+GNU CC is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 1, or (at your option)
+any later version.
+
+GNU CC is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with GNU CC; see the file COPYING.  If not, write to
+the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+
+
+/* #defines that need visibility everywhere.  */
+#define FALSE 0
+#define TRUE 1
+
+/* This describes the machine the compiler is hosted on.  */
+#define HOST_BITS_PER_CHAR 8
+#define HOST_BITS_PER_SHORT 16
+#define HOST_BITS_PER_INT 32
+#define HOST_BITS_PER_LONG 32
+
+/* target machine dependencies.
+   tm.h is a symbolic link to the actual target specific file.   */
+#include "tm.h"
+
+/* Arguments to use with `exit'.  */
+#define SUCCESS_EXIT_CODE 0
+#define FATAL_EXIT_CODE 33
diff --git a/usr/src/usr.bin/gcc/cc1/config/xm-spur.h b/usr/src/usr.bin/gcc/cc1/config/xm-spur.h
new file mode 100644 (file)
index 0000000..a9db436
--- /dev/null
@@ -0,0 +1,37 @@
+/* Configuration for GNU C-compiler for Berkeley SPUR processor.
+   Copyright (C) 1988 Free Software Foundation, Inc.
+
+This file is part of GNU CC.
+
+GNU CC is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 1, or (at your option)
+any later version.
+
+GNU CC is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with GNU CC; see the file COPYING.  If not, write to
+the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+
+
+/* #defines that need visibility everywhere.  */
+#define FALSE 0
+#define TRUE 1
+
+/* This describes the machine the compiler is hosted on.  */
+#define HOST_BITS_PER_CHAR 8
+#define HOST_BITS_PER_SHORT 16
+#define HOST_BITS_PER_INT 32
+#define HOST_BITS_PER_LONG 32
+
+/* target machine dependencies.
+   tm.h is a symbolic link to the actual target specific file.   */
+#include "tm.h"
+
+/* Arguments to use with `exit'.  */
+#define SUCCESS_EXIT_CODE 0
+#define FATAL_EXIT_CODE 33
diff --git a/usr/src/usr.bin/gcc/cc1/config/xm-umips.h b/usr/src/usr.bin/gcc/cc1/config/xm-umips.h
new file mode 100644 (file)
index 0000000..bed8022
--- /dev/null
@@ -0,0 +1,44 @@
+/* Configuration for GNU C-compiler for UMIPS operating system
+   Copyright (C) 1989 Free Software Foundation, Inc.
+
+This file is part of GNU CC.
+
+GNU CC is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 1, or (at your option)
+any later version.
+
+GNU CC is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with GNU CC; see the file COPYING.  If not, write to
+the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+
+/*
+ *  Notes for compiling gcc on umips (v3.0)
+ *     - change the -g in the CFLAGS to a -g3 or take it out all together.
+ *     - do not define DBX_DEBUGGING_INFO in tm.h, it doesn't exist (unless
+ *     you get one from a bsd system)
+ */
+#include "xm-mips.h"
+
+/* Arguments to use with `exit'.  */
+#define SUCCESS_EXIT_CODE 0
+#define FATAL_EXIT_CODE 33
+
+/* If compiled with GNU C, use the built-in alloca */
+#ifdef __GNUC__
+#define alloca __builtin_alloca
+#endif
+
+#define USG
+
+/* for the emacs version of alloca */
+#define STACK_DIRECTION        -1
+
+#define bcopy(a,b,c)   memcpy((b),(a),(c))
+#define bzero(a,b)     memset((a),0,(b))
+#define bcmp(a,b,c)    memcmp((a),(b),(c))
diff --git a/usr/src/usr.bin/gcc/cc1/config/xm-vax.h b/usr/src/usr.bin/gcc/cc1/config/xm-vax.h
new file mode 100644 (file)
index 0000000..0057ae6
--- /dev/null
@@ -0,0 +1,42 @@
+/* Configuration for GNU C-compiler for Vax.
+   Copyright (C) 1987 Free Software Foundation, Inc.
+
+This file is part of GNU CC.
+
+GNU CC is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 1, or (at your option)
+any later version.
+
+GNU CC is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with GNU CC; see the file COPYING.  If not, write to
+the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+
+/* #defines that need visibility everywhere.  */
+#define FALSE 0
+#define TRUE 1
+
+/* target machine dependencies.
+   tm.h is a symbolic link to the actual target specific file.   */
+#include "tm.h"
+
+/* This describes the machine the compiler is hosted on.  */
+#define HOST_BITS_PER_CHAR 8
+#define HOST_BITS_PER_SHORT 16
+#define HOST_BITS_PER_INT 32
+#define HOST_BITS_PER_LONG 32
+
+/* Arguments to use with `exit'.  */
+#define SUCCESS_EXIT_CODE 0
+#define FATAL_EXIT_CODE 33
+
+/* If compiled with GNU C, use the built-in alloca */
+#ifdef __GNUC__
+#define alloca __builtin_alloca
+#endif
+