From 82f7a8467a4d62f87be5696e7be5bda2a29fbde2 Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Fri, 27 Aug 1999 16:44:21 +0000 Subject: [PATCH] Forgot to commit the ChangeLog update for the errors.c patch. Oops. From-SVN: r28933 --- gcc/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e1f34fcdf9c..2da2a690ac7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -23,6 +23,23 @@ Fri Aug 27 09:36:17 1999 Andreas Schwab 1999-08-27 00:27 -0700 Zack Weinberg + * errors.c: New file; defines functions error, warning, and + fatal, variables have_error and progname. + * errors.h: New file; prototypes and decls for stuff in errors.c. + + * Makefile: Add rules to build errors.o and + $(HOST_PREFIX)errors.o. Link genconfig, gencodes, genemit, + genopinit, genrecog, genextract, genpeep, genattr, and + genoutput with errors.o. Add errors.h to deps of genconfig.o, + gencodes.o, genemit.o, genopinit.o, genrecog.o, genextract.o, + genpeep.o, genattr.o, and genoutput.o. + + * genconfig.c, gencodes.c, genemit.c, genopinit.c, genrecog.c, + genextract.c, genpeep.c, genattr.c: Include errors.h. Don't + define or prototype fatal. Set progname at beginning of main. + * genoutput.c: Likewise, and don't define or prototype error + either. + * c-typeck.c (c_expand_start_case): Return immediately if exp is an ERROR_MARK. * fold-const.c (operand_equal_p): Return immediately if arg1 -- 2.30.2