cppinit.c: Update copyright date.
authorGraham Stott <grahams@redhat.com>
Thu, 3 Jan 2002 03:55:19 +0000 (03:55 +0000)
committerGraham Stott <grahams@gcc.gnu.org>
Thu, 3 Jan 2002 03:55:19 +0000 (03:55 +0000)
        * cppinit.c: Update copyright date.
        Don't include output.h
        * Makefile.in: Update copyright date.
        Update dependency.

From-SVN: r48490

gcc/ChangeLog
gcc/Makefile.in
gcc/cppinit.c

index 3c1c763fbe313dcfc575209cc16b0a352c37949e..201b1e105b156656bbbad742021a660dfd233472 100644 (file)
@@ -1,3 +1,10 @@
+2002-01-03  Graham Stott  <grahams@redhat.com>
+
+       * cppinit.c: Update copyright date.
+       Don't include output.h
+       * Makefile.in: Update copyright date.
+       Update dependency.
+
 2002-01-02  Kazu Hirata  <kazu@hxi.com>
 
        * except.c: Fix comment typos.
@@ -243,7 +250,7 @@ Tue Jan  1 17:12:56 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
        * final.c (struct bb_list): Delete.
        (struct bb_str): Likewise.
 
-       * cfgloop.c (flow_loop_entry_edges_find): Fix typo.
+       * cfgloop.c (flow_loop_entry_edges_find): Fix typo.
         (flow_loop_exit_edges_find): Likewise.
 
        * gcse.c (gcse_main): Fix typos.
index 8587ff0ee50043c6bebb3578928edb6bcc396ccd..2122b7c83a345a04cabd1235b050919672d02dc3 100644 (file)
@@ -1,6 +1,7 @@
 # Makefile for GNU C compiler.
 #   Copyright (C) 1987, 1988, 1990, 1991, 1992, 1993, 1994, 1995
-#   1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+#   1996, 1997, 1998, 1999, 2000, 2001, 2002
+#   Free Software Foundation, Inc.
 
 #This file is part of GCC.
 
@@ -1963,7 +1964,7 @@ cpplib.o:   cpplib.c   $(CONFIG_H) $(LIBCPP_DEPS)
 cpphash.o:  cpphash.c  $(CONFIG_H) $(LIBCPP_DEPS)
 cppfiles.o: cppfiles.c $(CONFIG_H) $(LIBCPP_DEPS) $(SPLAY_TREE_H) mkdeps.h
 cppinit.o:  cppinit.c  $(CONFIG_H) $(LIBCPP_DEPS) cppdefault.h \
-               mkdeps.h prefix.h output.h version.h
+               mkdeps.h prefix.h version.h
 
 cppdefault.o: cppdefault.c $(CONFIG_H) $(SYSTEM_H) cppdefault.h Makefile
        $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
index 374f5c299f662994144d320c78c597b1bf01c4cc..3ddf429452a581f8a22913b868df9ee77d3ac5d7 100644 (file)
@@ -1,6 +1,6 @@
 /* CPP Library.
    Copyright (C) 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2001 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2002 Free Software Foundation, Inc.
    Contributed by Per Bothner, 1994-95.
    Based on CCCP program by Paul Rubin, June 1986
    Adapted to ANSI C, Richard Stallman, Jan 1987
@@ -23,7 +23,6 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #include "system.h"
 #include "cpplib.h"
 #include "cpphash.h"
-#include "output.h"
 #include "prefix.h"
 #include "intl.h"
 #include "version.h"