X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fgcov.c;h=83515967cddd02c7c445142c859cec12a5fe7323;hb=03b7130b9aa43ec8fbfbd2463c37797fcd1ab450;hp=c988730e38a74763b454632a8206944e434268ca;hpb=421055caa5d450505d0fbf6a472dace6c3f12f9e;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/gcov.c b/gcc/gcov.c index c988730e38a..83515967cdd 100644 --- a/gcc/gcov.c +++ b/gcc/gcov.c @@ -47,7 +47,6 @@ Boston, MA 02111-1307, USA. */ #include "tm.h" #include "intl.h" #include "version.h" -#undef abort #include @@ -373,17 +372,6 @@ fnotice (FILE *file, const char *msgid, ...) vfprintf (file, _(msgid), ap); va_end (ap); } - -/* More 'friendly' abort that prints the line and file. - config.h can #define abort fancy_abort if you like that sort of thing. */ -extern void fancy_abort (void) ATTRIBUTE_NORETURN; - -void -fancy_abort (void) -{ - fnotice (stderr, "Internal gcov abort.\n"); - exit (FATAL_EXIT_CODE); -} /* Print a usage message and exit. If ERROR_P is nonzero, this is an error, otherwise the output of --help. */