(FAILURE_EXIT_CODE): Remove.
authorRichard Kenner <kenner@gcc.gnu.org>
Tue, 16 May 1995 22:04:44 +0000 (18:04 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 16 May 1995 22:04:44 +0000 (18:04 -0400)
From-SVN: r9726

gcc/config/alpha/xm-alpha.h
gcc/config/rs6000/xm-rs6000.h
gcc/config/vax/xm-vms.h

index 8b12bed25774819007d043727288e1c868c8c8fc..8a2ec953ffad5e4bbe91f8b9a7d1dd807738e678 100644 (file)
@@ -1,5 +1,5 @@
 /* Configuration for GNU C-compiler for DEC Alpha.
-   Copyright (C) 1990, 1992, 1993, 1994 Free Software Foundation, Inc.
+   Copyright (C) 1990, 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
    Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu).
 
 This file is part of GNU CC.
@@ -38,8 +38,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 /* Arguments to use with `exit'.  */
 #define        SUCCESS_EXIT_CODE       0
-#define        FAILURE_EXIT_CODE       2
-#define        FATAL_EXIT_CODE         3
+#define        FATAL_EXIT_CODE         33
 
 /* If not compiled with GNU C, use the builtin alloca.  */
 #ifndef __GNUC__
index c6f89d307a8e16b5d2965f26a3497c0e5c440354..ac9e602fa9eb2545cf24d37ccd91e3ea81ba44f6 100644 (file)
@@ -1,6 +1,6 @@
 /* Configuration for GNU C-compiler for IBM RS/6000.
-   Copyright (C) 1990, 1993 Free Software Foundation, Inc.
-   Contributed by Richard Kenner (kenner@nyu.edu).
+   Copyright (C) 1990, 1993, 1995 Free Software Foundation, Inc.
+   Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu).
 
 This file is part of GNU CC.
 
@@ -38,8 +38,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 /* Arguments to use with `exit'.  */
 #define        SUCCESS_EXIT_CODE       0
-#define        FAILURE_EXIT_CODE       2
-#define        FATAL_EXIT_CODE         3
+#define        FATAL_EXIT_CODE         33
 
 /* If not compiled with GNU C, use the C alloca and use only int bitfields.  */
 #ifndef __GNUC__
index 581373d34ca6b98409e0f94fdbaf855f65f61e44..31b690be8b805f3a97b8d28ef89437c3f1f044bf 100644 (file)
@@ -48,10 +48,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define HOST_FLOAT_FORMAT VAX_FLOAT_FORMAT
 
 #define SUCCESS_EXIT_CODE 1
-#define FAILURE_EXIT_CODE (2 | 0x10000000)  /* Error, and no DCL message.  */
 #define FATAL_EXIT_CODE (44 | 0x10000000)  /* Abort, and no DCL message.  */
-/* (FAILURE_ is used in cccp.c, FATAL_ by toplev.c, plus gen*.c and bi-*.c) */
-
 
 /* A couple of conditionals for execution machine are controlled here.  */
 #ifndef VMS