X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fgcov.c;h=fe9dce885974193090dc549d1cd5dfa627349a51;hb=f30b3fa0fc7e0a1a5a6dea2606dfb712384823d8;hp=86107ac89fce8491d8b2b0d381eece421780021f;hpb=d587587a868ce3979810bedb4221d78959cd52ee;p=pf3gnuchains%2Fgcc-fork.git 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; }