diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-01-28 01:50:22 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-01-28 01:50:22 +0000 |
commit | ad565c04b49562cb00a412ea0f5560f85f696a85 (patch) | |
tree | 866b79fe6150d355b001295b087bc926490827b7 /gcc/ch | |
parent | b2db84ebc71721c1d877d191bdbedb6dbc536616 (diff) | |
download | gcc-ad565c04b49562cb00a412ea0f5560f85f696a85.tar.gz |
* configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.
* Makefile.in: Remove all dependencies on defaults.h.
* builtins.c: Don't include defaults.h.
* c-common.c: Likewise.
* c-decl.c: Likewise.
* c-pragma.c: Likewise.
* c-typeck.c: Likewise.
* combine.c: Likewise.
* i386.c: Likewise.
* frame-ia64.c: Likewise.
* cppexp.c: Likewise.
* crtstuff.c: Likewise.
* dbxout.c: Likewise.
* dwarf2out.c: Likewise.
* dwarfout.c: Likewise.
* emit-rtl.c: Likewise.
* except.c: Likewise.
* expr.c: Likewise.
* final.c: Likewise.
* frame-dwarf2.c: Likewise.
* libgcc2.c: Likewise.
* optabs.c: Likewise.
* profile.c: Likewise.
* sdbout.c: Likewise.
* toplev.c: Likewise.
* tradcif.y: Likewise.
* tree.c: Likewise.
* varasm.c: Likewise.
ch:
* Makefile.in: Remove all dependencies on defaults.h.
* decl.c: Don't include defaults.h.
* timing.c: Likewise.
cp:
* Make-lang.in: Remove all dependencies on defaults.h.
* call.c: Don't include defaults.h.
* decl.c: Likewise.
* decl2.c: Likewise.
* except.c: Likewise.
* pt.c: Likewise.
* rtti.c: Likewise.
* tree.c: Likewise.
* typeck.c: Likewise.
f:
* Make-lang.in: Remove all dependencies on defaults.h.
* com.c: Don't include defaults.h.
java:
* Make-lang.in: Remove all dependencies on defaults.h.
* decl.c: Don't include defaults.h.
* expr.c: Likewise.
* parse.y: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39308 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ch')
-rw-r--r-- | gcc/ch/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/ch/Makefile.in | 8 | ||||
-rw-r--r-- | gcc/ch/decl.c | 3 | ||||
-rw-r--r-- | gcc/ch/timing.c | 4 |
4 files changed, 13 insertions, 8 deletions
diff --git a/gcc/ch/ChangeLog b/gcc/ch/ChangeLog index bf8c073f3f5..9aeb1028664 100644 --- a/gcc/ch/ChangeLog +++ b/gcc/ch/ChangeLog @@ -1,3 +1,9 @@ +2001-01-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + + * Makefile.in: Remove all dependencies on defaults.h. + * decl.c: Don't include defaults.h. + * timing.c: Likewise. + 2000-12-08 Joseph S. Myers <jsm28@cam.ac.uk> * Make-lang.in (CHILL.info): Depend on info files in source diff --git a/gcc/ch/Makefile.in b/gcc/ch/Makefile.in index b5e3918f0b9..a15c1ce7506 100644 --- a/gcc/ch/Makefile.in +++ b/gcc/ch/Makefile.in @@ -1,6 +1,6 @@ # Makefile for GNU CHILL compiler. # Copyright (C) 1987, 1988, 1990, 1991, 1992, 1993, 1994, 1998, -# 1999 Free Software Foundation, Inc. +# 1999, 2000, 2001 Free Software Foundation, Inc. #This file is part of GNU CC. @@ -274,7 +274,7 @@ convert.o : convert.c $(CONFIG_H) $(CHILL_TREE_H) $(srcdir)/../flags.h \ $(srcdir)/../tree.h $(srcdir)/../system.h $(srcdir)/../toplev.h \ $(srcdir)/../convert.h decl.o : decl.c $(CONFIG_H) $(CHILL_TREE_H) $(srcdir)/../flags.h lex.h \ - $(srcdir)/../system.h $(srcdir)/../toplev.h $(srcdir)/../defaults.h + $(srcdir)/../system.h $(srcdir)/../toplev.h except.o : except.c $(CONFIG_H) $(srcdir)/../tree.h $(RTL_H) $(CHILL_TREE_H) \ $(srcdir)/../system.h $(srcdir)/../toplev.h expr.o : expr.c $(CONFIG_H) $(RTL_H) $(CHILL_TREE_H) $(srcdir)/../flags.h \ @@ -298,8 +298,8 @@ parse.o : parse.c $(CONFIG_H) $(CHILL_TREE_H) parse.h \ satisfy.o : satisfy.c $(CONFIG_H) $(CHILL_TREE_H) $(srcdir)/../tree.h \ $(srcdir)/../flags.h lex.h $(srcdir)/../system.h $(srcdir)/../toplev.h timing.o : timing.c $(CONFIG_H) $(CHILL_TREE_H) $(RTL_H) $(srcdir)/../flags.h \ - $(srcdir)/../input.h lex.h $(srcdir)/../system.h $(srcdir)/../toplev.h \ - $(srcdir)/../defaults.h + $(srcdir)/../input.h lex.h $(srcdir)/../system.h $(srcdir)/../toplev.h + tasking.o : tasking.c $(CONFIG_H) $(CHILL_TREE_H) $(RTL_H) \ $(srcdir)/../flags.h $(srcdir)/../input.h \ lex.h $(srcdir)/../system.h $(srcdir)/../toplev.h diff --git a/gcc/ch/decl.c b/gcc/ch/decl.c index 367a21974f8..18a4cc66f67 100644 --- a/gcc/ch/decl.c +++ b/gcc/ch/decl.c @@ -1,5 +1,5 @@ /* Process declarations and variables for GNU CHILL compiler. - Copyright (C) 1992, 1993, 1994, 1998, 1999, 2000 + Copyright (C) 1992, 1993, 1994, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of GNU CC. @@ -191,7 +191,6 @@ Boston, MA 02111-1307, USA. */ #include "input.h" #include "rtl.h" #include "toplev.h" -#include "defaults.h" #define IS_UNKNOWN_TYPE(type) (TYPE_SIZE(type)==0) #define BUILTIN_NESTING_LEVEL (-1) diff --git a/gcc/ch/timing.c b/gcc/ch/timing.c index 4c7e79e6106..b7479071120 100644 --- a/gcc/ch/timing.c +++ b/gcc/ch/timing.c @@ -1,5 +1,6 @@ /* Implement timing-related actions for CHILL. - Copyright (C) 1992, 1993, 1994, 1998 Free Software Foundation, Inc. + Copyright (C) 1992, 1993, 1994, 1998, 2000, 2001 + Free Software Foundation, Inc. This file is part of GNU CC. @@ -28,7 +29,6 @@ Boston, MA 02111-1307, USA. */ #include "obstack.h" #include "lex.h" #include "toplev.h" -#include "defaults.h" /* set non-zero if input text is forced to lowercase */ extern int ignore_case; |