summaryrefslogtreecommitdiff
path: root/gcc/gcov.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gcov.c')
-rw-r--r--gcc/gcov.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/gcov.c b/gcc/gcov.c
index 86107ac89fc..fe9dce88597 100644
--- a/gcc/gcov.c
+++ b/gcc/gcov.c
@@ -1,7 +1,6 @@
/* Gcov.c: prepend line execution counts and branch probabilities to a
source file.
- Copyright (C) 1990, 1991, 1992, 1993, 1994, 1996, 1997 Free Software
- Foundation, Inc.
+ Copyright (C) 1990, 91, 92, 93, 94, 96, 1997 Free Software Foundation, Inc.
Contributed by James E. Wilson of Cygnus Support.
Mongled by Bob Manson of Cygnus Support.
@@ -252,7 +251,7 @@ xmalloc (size)
if (value == 0)
{
fprintf (stderr, "error: virtual memory exhausted");
- exit (1);
+ exit (FATAL_EXIT_CODE);
}
return value;
}