This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: patch to include gansidecl.h in {ht}config.h


 >         Is my patch okay to install?  If so, I'll submit a patch to clean
 > up the now redundant includes of gansidecl.h all over the source and the
 > dependencies in Makefile.in. 
 >  
 > Fri Oct 30 14:39:27 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 >  
 >       * configure.in (host_xm_file, build_xm_file, xm_file): Arrange to
 >       include gansidecl.h in {ht}config.h just before the config/
 >       directory headers.


	Here is part 1/2 to remove redundant includes of gansidecl.h
from the gcc source dir. 

		--Kaveh

Mon Nov  2 11:18:46 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>

	* Makefile.in (RTL_BASE_H): Don't depend on gansidecl.h.
	(TREE_H, DEMANGLE_H, RECOG_H, REGS_H, libgcc2.a, stmp-multilib,
 	mbchar.o, collect2.o, pexecute.o, vfprintf.o, splay-tree.o, gcc.o,
 	gencheck.o, choose-temp.o, mkstemp.o, mkstemp.o, prefix.o,
 	dyn-string.o, cexp.o, cccp.o, cppmain.o, cpplib.o, cpperror.o,
 	cppexp.o, cppfiles.o, cpphash.o, cppalloc.o, scan-decls.o):
 	Likewise.

	* cccp.c: Don't include gansidecl.h.
	* cexp.y: Likewise.
	* collect2.c: Likewise.
	* config/c4x/c4x.c: Likewise.
	* config/v850/v850.h: Likewise.
	* cppalloc.c: Likewise.
	* cpperror.c: Likewise.
	* cppexp.c: Likewise.
	* cppfiles.c: Likewise.
	* cpphash.c: Likewise.
	* cpplib.c: Likewise.
	* cppmain.c: Likewise.
	* cppulp.c: Likewise.
	* demangle.h: Likewise.
	* doprint.c: Likewise.
	* dyn-string.c: Likewise.
	* eh-common.h: Likewise.
	* fix-header.c: Likewise.
	* frame.c: Likewise.
	* gcc.c: Likewise.
	* gcov.c: Likewise.
	* gen-protos.c: Likewise.
	* gencheck.c: Likewise.
	* halfpic.h: Likewise.
	* hash.c: Likewise.
	* machmode.h: Likewise.
	* mbchar.c: Likewise.
	* prefix.c: Likewise.
	* protoize.c: Likewise.
	* recog.h: Likewise.
	* rtl.h: Likewise.
	* scan-decls.c: Likewise.
	* tree.h: Likewise.
	* varray.h: Likewise.

diff -rup orig/egcs-CVS19981029/gcc/Makefile.in egcs-CVS19981029/gcc/Makefile.in
--- orig/egcs-CVS19981029/gcc/Makefile.in	Thu Oct 29 17:25:55 1998
+++ egcs-CVS19981029/gcc/Makefile.in	Fri Oct 30 16:24:19 1998
@@ -718,14 +718,14 @@ DPBIT_FUNCS = _pack_df _unpack_df _addsu
 # If it is, rm *.o is an easy way to do it.
 # CONFIG_H = $(host_xm_file) $(tm_file)
 CONFIG_H =
-RTL_BASE_H = rtl.h rtl.def gansidecl.h machmode.h machmode.def
+RTL_BASE_H = rtl.h rtl.def machmode.h machmode.def
 RTL_H = $(RTL_BASE_H) genrtl.h
-TREE_H = tree.h real.h tree.def gansidecl.h machmode.h machmode.def tree-check.h
+TREE_H = tree.h real.h tree.def machmode.h machmode.def tree-check.h
 BASIC_BLOCK_H = basic-block.h bitmap.h
-DEMANGLE_H = demangle.h gansidecl.h
-RECOG_H = recog.h gansidecl.h
+DEMANGLE_H = demangle.h
+RECOG_H = recog.h
 EXPR_H = expr.h insn-codes.h
-REGS_H = regs.h varray.h machmode.h machmode.def gansidecl.h
+REGS_H = regs.h varray.h machmode.h machmode.def
 #
 # Language makefile fragments.
 
@@ -1012,7 +1012,7 @@ libgcc2.ready: $(GCC_PASSES) $(LIBGCC2_D
 
 LIB2ADD = $(srcdir)/frame.c $(LIB2FUNCS_EXTRA) $(LANG_LIB2FUNCS)
 libgcc2.a: libgcc2.c libgcc2.ready $(CONFIG_H) $(FPBIT) $(DPBIT) $(LIB2ADD) \
-   machmode.h longlong.h frame.h gansidecl.h gbl-ctors.h config.status
+   machmode.h longlong.h frame.h gbl-ctors.h config.status
 # Actually build it in tmplibgcc2.a, then rename at end,
 # so that libgcc2.a itself remains nonexistent if compilation is aborted.
 	-rm -f tmplibgcc2.a
@@ -1139,7 +1139,7 @@ s-mlib: $(srcdir)/genmultilib Makefile
 
 # Build multiple copies of libgcc.a, one for each target switch.
 stmp-multilib: $(LIBGCC1) libgcc2.c libgcc2.ready $(CONFIG_H) \
-   frame.h gansidecl.h \
+   frame.h \
    $(LIB2ADD) machmode.h longlong.h gbl-ctors.h config.status
 	for i in `$(GCC_FOR_TARGET) --print-multi-lib`; do \
 	  dir=`echo $$i | sed -e 's/;.*$$//'`; \
@@ -1286,7 +1286,7 @@ c-pragma.o: c-pragma.c $(CONFIG_H) syste
     function.h defaults.h c-pragma.h toplev.h
 c-iterate.o: c-iterate.c $(CONFIG_H) system.h $(TREE_H) $(RTL_H) c-tree.h \
     flags.h toplev.h $(EXPR_H)
-mbchar.o: mbchar.c $(CONFIG_H) system.h gansidecl.h mbchar.h
+mbchar.o: mbchar.c $(CONFIG_H) system.h mbchar.h
 
 collect2$(exeext): collect2.o tlink.o hash.o cplus-dem.o underscore.o \
 	version.o choose-temp.o mkstemp.o $(LIBDEPS)
@@ -1295,7 +1295,7 @@ collect2$(exeext): collect2.o tlink.o ha
 	$(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ collect2.o tlink.o hash.o \
 	  cplus-dem.o underscore.o version.o choose-temp.o mkstemp.o $(LIBS)
 
-collect2.o : collect2.c $(CONFIG_H) system.h gansidecl.h gstab.h \
+collect2.o : collect2.c $(CONFIG_H) system.h gstab.h \
 	$(srcdir)/../include/obstack.h $(DEMANGLE_H)
 	$(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES)  \
 	-DTARGET_MACHINE=\"$(target_alias)\" $(MAYBE_USE_COLLECT2) \
@@ -1309,19 +1309,18 @@ cplus-dem.o: $(srcdir)/../libiberty/cplu
 	$(LN_S) $(srcdir)/../libiberty/cplus-dem.c cplus-dem.c
 	$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) cplus-dem.c
 
-pexecute.o: $(srcdir)/../libiberty/pexecute.c $(CONFIG_H) system.h gansidecl.h
+pexecute.o: $(srcdir)/../libiberty/pexecute.c $(CONFIG_H) system.h
 	rm -f pexecute.c
 	$(LN_S) $(srcdir)/../libiberty/pexecute.c pexecute.c
 	$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) pexecute.c
 
-vfprintf.o: $(srcdir)/../libiberty/vfprintf.c $(CONFIG_H) system.h gansidecl.h
+vfprintf.o: $(srcdir)/../libiberty/vfprintf.c $(CONFIG_H) system.h
 	rm -f vfprintf.c
 	$(LN_S) $(srcdir)/../libiberty/vfprintf.c vfprintf.c
 	$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) vfprintf.c
 
 splay-tree.o: $(srcdir)/../libiberty/splay-tree.c \
-  $(srcdir)/../include/splay-tree.h $(srcdir)/../include/libiberty.h \
-  gansidecl.h
+  $(srcdir)/../include/splay-tree.h $(srcdir)/../include/libiberty.h
 	rm -f splay-tree.c
 	$(LN_S) $(srcdir)/../libiberty/splay-tree.c splay-tree.c
 	$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) splay-tree.c
@@ -1354,7 +1353,7 @@ DRIVER_DEFINES = \
   -DDEFAULT_TARGET_VERSION=\"$(version)\" \
   -DDEFAULT_TARGET_MACHINE=\"$(target_alias)\" \
   -DTOOLDIR_BASE_PREFIX=\"$(exec_prefix)/\"
-gcc.o: gcc.c $(CONFIG_H) system.h gansidecl.h multilib.h Makefile \
+gcc.o: gcc.c $(CONFIG_H) system.h multilib.h Makefile \
 	$(lang_specs_files)
 	$(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
   $(DRIVER_DEFINES) \
@@ -1370,7 +1369,7 @@ gencheck : gencheck.o tree.def $(lang_tr
 	$(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o $@ \
 	 gencheck.o $(HOST_LIBS)
 
-gencheck.o : gencheck.c hconfig.h system.h gansidecl.h
+gencheck.o : gencheck.c hconfig.h system.h
 	$(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(srcdir)/gencheck.c
 
 dumpvers: dumpvers.c
@@ -1381,18 +1380,17 @@ obstack.o: $(srcdir)/../libiberty/obstac
 	$(LN_S) $(srcdir)/../libiberty/obstack.c obstack.c
 	$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) obstack.c
 
-choose-temp.o: $(srcdir)/../libiberty/choose-temp.c $(CONFIG_H) gansidecl.h \
-	system.h
+choose-temp.o: $(srcdir)/../libiberty/choose-temp.c $(CONFIG_H) system.h
 	rm -f choose-temp.c
 	$(LN_S) $(srcdir)/../libiberty/choose-temp.c choose-temp.c
 	$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) choose-temp.c
 
-mkstemp.o: $(srcdir)/../libiberty/mkstemp.c $(CONFIG_H) gansidecl.h system.h
+mkstemp.o: $(srcdir)/../libiberty/mkstemp.c $(CONFIG_H) system.h
 	rm -f mkstemp.c
 	$(LN_S) $(srcdir)/../libiberty/mkstemp.c mkstemp.c
 	$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) mkstemp.c
 
-prefix.o: prefix.c $(CONFIG_H) system.h gansidecl.h Makefile
+prefix.o: prefix.c $(CONFIG_H) system.h Makefile
 	$(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
 	-DPREFIX=\"$(prefix)\" \
 	  -c `echo $(srcdir)/prefix.c | sed 's,^\./,,'`
@@ -1529,7 +1527,7 @@ recog.o : recog.c $(CONFIG_H) system.h $
    insn-flags.h insn-codes.h real.h toplev.h
 reg-stack.o : reg-stack.c $(CONFIG_H) system.h $(RTL_H) $(TREE_H) \
    $(REGS_H) hard-reg-set.h flags.h insn-config.h insn-flags.h toplev.h
-dyn-string.o: dyn-string.c dyn-string.h $(CONFIG_H) system.h gansidecl.h
+dyn-string.o: dyn-string.c dyn-string.h $(CONFIG_H) system.h
 
 $(out_object_file): $(out_file) $(CONFIG_H) $(TREE_H) \
    $(RTL_H) $(REGS_H) hard-reg-set.h real.h insn-config.h conditions.h \
@@ -1864,14 +1862,14 @@ cpp$(exeext): $(CCCP)$(exeext)
 cccp$(exeext): cccp.o cexp.o version.o prefix.o mbchar.o @extra_cpp_objs@ $(LIBDEPS)
 	$(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ cccp.o cexp.o prefix.o mbchar.o \
 	  version.o @extra_cpp_objs@ $(LIBS)
-cexp.o: $(srcdir)/cexp.c $(CONFIG_H) system.h gansidecl.h
+cexp.o: $(srcdir)/cexp.c $(CONFIG_H) system.h
 	$(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) -c $(srcdir)/cexp.c
 $(srcdir)/cexp.c: $(srcdir)/cexp.y
 	cd $(srcdir); $(BISON) -o cexp.c cexp.y
 
 # We use $(libsubdir)/$(unlibsubdir) to match the
 # -iprefix argument which gcc will pass if GCC_EXEC_PREFIX is used.
-cccp.o: cccp.c $(CONFIG_H) pcp.h version.c config.status system.h gansidecl.h \
+cccp.o: cccp.c $(CONFIG_H) pcp.h version.c config.status system.h \
            mbchar.h
 	$(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
 	  -DGCC_INCLUDE_DIR=\"$(libsubdir)/include\" \
@@ -1891,10 +1889,9 @@ cppmain$(exeext): cppmain.o libcpp.a $(L
 	$(CC) $(ALL_CFLAGS) $(LDFLAGS) -o cppmain$(exeext) cppmain.o \
 	libcpp.a $(LIBS)
 
-cppmain.o: cppmain.c $(CONFIG_H) cpplib.h system.h gansidecl.h
+cppmain.o: cppmain.c $(CONFIG_H) cpplib.h system.h
 
-cpplib.o: cpplib.c $(CONFIG_H) cpplib.h cpphash.h config.status system.h \
-	gansidecl.h
+cpplib.o: cpplib.c $(CONFIG_H) cpplib.h cpphash.h config.status system.h
 	$(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
 	  -DGCC_INCLUDE_DIR=\"$(libsubdir)/include\" \
 	  -DGPLUSPLUS_INCLUDE_DIR=\"$(gxx_include_dir)\" \
@@ -1903,15 +1900,15 @@ cpplib.o: cpplib.c $(CONFIG_H) cpplib.h 
 	  -DTOOL_INCLUDE_DIR=\"$(tooldir)/include\" \
 	  -c `echo $(srcdir)/cpplib.c | sed 's,^\./,,'`
 
-cpperror.o: cpperror.c $(CONFIG_H) cpplib.h system.h gansidecl.h
+cpperror.o: cpperror.c $(CONFIG_H) cpplib.h system.h
 
-cppexp.o: cppexp.c $(CONFIG_H) cpplib.h system.h gansidecl.h
+cppexp.o: cppexp.c $(CONFIG_H) cpplib.h system.h
 
-cppfiles.o: cppfiles.c $(CONFIG_H) cpplib.h system.h gansidecl.h
+cppfiles.o: cppfiles.c $(CONFIG_H) cpplib.h system.h
 
-cpphash.o: cpphash.c cpplib.h cpphash.h $(CONFIG_H) system.h gansidecl.h
+cpphash.o: cpphash.c cpplib.h cpphash.h $(CONFIG_H) system.h
 
-cppalloc.o: cppalloc.c $(CONFIG_H) cpplib.h system.h gansidecl.h
+cppalloc.o: cppalloc.c $(CONFIG_H) cpplib.h system.h
 
 # Note for the stamp targets, we run the program `true' instead of
 # having an empty command (nothing following the semicolon).
@@ -2131,7 +2128,7 @@ fix-header.o: fix-header.c $(srcdir)/../
 	xsys-protos.h $(build_xm_file) system.h cpplib.h cpphash.h
 	$(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(srcdir)/fix-header.c
 
-scan-decls.o: scan-decls.c scan.h cpplib.h $(build_xm_file) system.h gansidecl.h
+scan-decls.o: scan-decls.c scan.h cpplib.h $(build_xm_file) system.h
 	$(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(srcdir)/scan-decls.c
 
 # stmp-fixproto depends on this, not on fix-header directly.
diff -rup orig/egcs-CVS19981029/gcc/cccp.c egcs-CVS19981029/gcc/cccp.c
--- orig/egcs-CVS19981029/gcc/cccp.c	Thu Oct 29 17:26:03 1998
+++ egcs-CVS19981029/gcc/cccp.c	Fri Oct 30 16:24:19 1998
@@ -37,7 +37,6 @@ Boston, MA 02111-1307, USA. */
 
 typedef unsigned char U_CHAR;
 
-#include "gansidecl.h"
 #include "pcp.h"
 
 #ifdef MULTIBYTE_CHARS
diff -rup orig/egcs-CVS19981029/gcc/cexp.y egcs-CVS19981029/gcc/cexp.y
--- orig/egcs-CVS19981029/gcc/cexp.y	Thu Oct 29 17:26:04 1998
+++ egcs-CVS19981029/gcc/cexp.y	Fri Oct 30 16:24:20 1998
@@ -34,7 +34,6 @@ Boston, MA 02111-1307, USA.
 #include "system.h"
 #include <setjmp.h>
 /* #define YYDEBUG 1 */
-#include "gansidecl.h"
 
 #ifdef MULTIBYTE_CHARS
 #include "mbchar.h"
diff -rup orig/egcs-CVS19981029/gcc/cexp.c egcs-CVS19981029/gcc/cexp.c
--- orig/egcs-CVS19981029/gcc/cexp.c	Thu Oct 29 17:31:47 1998
+++ egcs-CVS19981029/gcc/cexp.c	Fri Oct 30 16:24:21 1998
@@ -30,7 +30,6 @@
 #include "system.h"
 #include <setjmp.h>
 /* #define YYDEBUG 1 */
-#include "gansidecl.h"
 
 #ifdef MULTIBYTE_CHARS
 #include "mbchar.h"
diff -rup orig/egcs-CVS19981029/gcc/collect2.c egcs-CVS19981029/gcc/collect2.c
--- orig/egcs-CVS19981029/gcc/collect2.c	Thu Oct 29 17:26:05 1998
+++ egcs-CVS19981029/gcc/collect2.c	Fri Oct 30 16:24:21 1998
@@ -34,7 +34,6 @@ Boston, MA 02111-1307, USA.  */
 
 #include "demangle.h"
 #include "obstack.h"
-#include "gansidecl.h"
 #ifdef __CYGWIN32__
 #include <process.h>
 #endif
diff -rup orig/egcs-CVS19981029/gcc/config/c4x/c4x.c egcs-CVS19981029/gcc/config/c4x/c4x.c
--- orig/egcs-CVS19981029/gcc/config/c4x/c4x.c	Thu Oct 29 17:24:25 1998
+++ egcs-CVS19981029/gcc/config/c4x/c4x.c	Fri Oct 30 16:24:22 1998
@@ -26,7 +26,6 @@
 #include <stdlib.h>
 #include <stdarg.h>
 #include "config.h"
-#include "gansidecl.h"
 #include "toplev.h"
 #include "rtl.h"
 #include "regs.h"
diff -rup orig/egcs-CVS19981029/gcc/config/v850/v850.h egcs-CVS19981029/gcc/config/v850/v850.h
--- orig/egcs-CVS19981029/gcc/config/v850/v850.h	Thu Oct 29 17:25:32 1998
+++ egcs-CVS19981029/gcc/config/v850/v850.h	Fri Oct 30 16:24:22 1998
@@ -20,7 +20,6 @@ the Free Software Foundation, 59 Temple 
 Boston, MA 02111-1307, USA.  */
 
 #include "svr4.h"	/* Automatically does #undef CPP_PREDEFINES */
-#include "gansidecl.h"	/* For the PROTO macro  */
 
 #undef ASM_SPEC
 #define ASM_SPEC "%{mv*:-mv%*}"
diff -rup orig/egcs-CVS19981029/gcc/cppalloc.c egcs-CVS19981029/gcc/cppalloc.c
--- orig/egcs-CVS19981029/gcc/cppalloc.c	Thu Oct 29 17:26:08 1998
+++ egcs-CVS19981029/gcc/cppalloc.c	Fri Oct 30 16:24:25 1998
@@ -24,7 +24,6 @@ Foundation, 59 Temple Place - Suite 330,
 
 #include "config.h"
 #include "system.h"
-#include "gansidecl.h"
 #include "cpplib.h"
 
 static void memory_full PROTO ((void)) ATTRIBUTE_NORETURN;
diff -rup orig/egcs-CVS19981029/gcc/cpperror.c egcs-CVS19981029/gcc/cpperror.c
--- orig/egcs-CVS19981029/gcc/cpperror.c	Thu Oct 29 17:26:08 1998
+++ egcs-CVS19981029/gcc/cpperror.c	Fri Oct 30 16:24:25 1998
@@ -25,7 +25,6 @@ Foundation, 59 Temple Place - Suite 330,
 #ifndef EMACS
 #include "config.h"
 #include "system.h"
-#include "gansidecl.h"
 #else
 #include <stdio.h>
 #endif /* not EMACS */
diff -rup orig/egcs-CVS19981029/gcc/cppexp.c egcs-CVS19981029/gcc/cppexp.c
--- orig/egcs-CVS19981029/gcc/cppexp.c	Thu Oct 29 17:26:09 1998
+++ egcs-CVS19981029/gcc/cppexp.c	Fri Oct 30 16:24:25 1998
@@ -26,7 +26,6 @@ Written by Per Bothner 1994.  */
    
 #include "config.h"
 #include "system.h"
-#include "gansidecl.h"
 #include "cpplib.h"
 
 extern char *xmalloc PARAMS ((unsigned));
diff -rup orig/egcs-CVS19981029/gcc/cppfiles.c egcs-CVS19981029/gcc/cppfiles.c
--- orig/egcs-CVS19981029/gcc/cppfiles.c	Thu Oct 29 17:29:53 1998
+++ egcs-CVS19981029/gcc/cppfiles.c	Fri Oct 30 16:24:26 1998
@@ -25,7 +25,6 @@ Foundation, 59 Temple Place - Suite 330,
 
 #include "config.h"
 #include "system.h"
-#include "gansidecl.h"
 #include "cpplib.h"
 
 /* The entry points to this file are: find_include_file, finclude,
diff -rup orig/egcs-CVS19981029/gcc/cpphash.c egcs-CVS19981029/gcc/cpphash.c
--- orig/egcs-CVS19981029/gcc/cpphash.c	Thu Oct 29 17:26:09 1998
+++ egcs-CVS19981029/gcc/cpphash.c	Fri Oct 30 16:24:26 1998
@@ -24,7 +24,6 @@ Foundation, 59 Temple Place - Suite 330,
 
 #include "config.h"
 #include "system.h"
-#include "gansidecl.h"
 #include "cpplib.h"
 #include "cpphash.h"
 
diff -rup orig/egcs-CVS19981029/gcc/cpplib.c egcs-CVS19981029/gcc/cpplib.c
--- orig/egcs-CVS19981029/gcc/cpplib.c	Thu Oct 29 17:26:09 1998
+++ egcs-CVS19981029/gcc/cpplib.c	Fri Oct 30 16:24:26 1998
@@ -35,7 +35,6 @@ Foundation, 59 Temple Place - Suite 330,
 # include <sys/resource.h>
 #endif
 
-#include "gansidecl.h"
 #include "cpplib.h"
 #include "cpphash.h"
 #include "output.h"
diff -rup orig/egcs-CVS19981029/gcc/cppmain.c egcs-CVS19981029/gcc/cppmain.c
--- orig/egcs-CVS19981029/gcc/cppmain.c	Thu Oct 29 17:26:09 1998
+++ egcs-CVS19981029/gcc/cppmain.c	Fri Oct 30 16:24:26 1998
@@ -23,7 +23,6 @@ Foundation, 59 Temple Place - Suite 330,
 #ifndef EMACS
 #include "config.h"
 #include "system.h"
-#include "gansidecl.h"
 #else
 #include <stdio.h>
 
diff -rup orig/egcs-CVS19981029/gcc/cppulp.c egcs-CVS19981029/gcc/cppulp.c
--- orig/egcs-CVS19981029/gcc/cppulp.c	Thu Oct 29 17:29:54 1998
+++ egcs-CVS19981029/gcc/cppulp.c	Fri Oct 30 16:24:26 1998
@@ -21,7 +21,6 @@ Foundation, 59 Temple Place - Suite 330,
 #include "config.h"
 #include "system.h"
 
-#include "gansidecl.h"
 #include "output.h"
 
 char *user_label_prefix;
diff -rup orig/egcs-CVS19981029/gcc/demangle.h egcs-CVS19981029/gcc/demangle.h
--- orig/egcs-CVS19981029/gcc/demangle.h	Thu Oct 29 17:26:10 1998
+++ egcs-CVS19981029/gcc/demangle.h	Fri Oct 30 16:24:26 1998
@@ -21,7 +21,6 @@
 #define DEMANGLE_H
 
 #ifdef IN_GCC
-#include "gansidecl.h"
 #define PARAMS(ARGS) PROTO(ARGS)
 #else /* ! IN_GCC */
 #include <ansidecl.h>
diff -rup orig/egcs-CVS19981029/gcc/doprint.c egcs-CVS19981029/gcc/doprint.c
--- orig/egcs-CVS19981029/gcc/doprint.c	Thu Oct 29 17:29:55 1998
+++ egcs-CVS19981029/gcc/doprint.c	Fri Oct 30 16:24:26 1998
@@ -5,7 +5,6 @@
 
 #include "config.h"
 #include "system.h"
-#include "gansidecl.h"
 #undef _doprnt
 
 #ifdef TEST /* Make sure to use the internal one. */
diff -rup orig/egcs-CVS19981029/gcc/dyn-string.c egcs-CVS19981029/gcc/dyn-string.c
--- orig/egcs-CVS19981029/gcc/dyn-string.c	Thu Oct 29 17:29:55 1998
+++ egcs-CVS19981029/gcc/dyn-string.c	Fri Oct 30 16:24:26 1998
@@ -20,7 +20,6 @@
 
 #include "config.h"
 #include "system.h"
-#include "gansidecl.h"
 #include "dyn-string.h"
 
 extern char *xmalloc ();
diff -rup orig/egcs-CVS19981029/gcc/fix-header.c egcs-CVS19981029/gcc/fix-header.c
--- orig/egcs-CVS19981029/gcc/fix-header.c	Thu Oct 29 17:26:14 1998
+++ egcs-CVS19981029/gcc/fix-header.c	Fri Oct 30 16:24:26 1998
@@ -72,7 +72,6 @@ Foundation, 59 Temple Place - Suite 330,
 
 #include "hconfig.h"
 #include "system.h"
-#include "gansidecl.h"
 #include "obstack.h"
 #include "scan.h"
 #include "cpplib.h"
diff -rup orig/egcs-CVS19981029/gcc/frame.c egcs-CVS19981029/gcc/frame.c
--- orig/egcs-CVS19981029/gcc/frame.c	Thu Oct 29 17:26:16 1998
+++ egcs-CVS19981029/gcc/frame.c	Fri Oct 30 16:24:26 1998
@@ -46,7 +46,6 @@ Boston, MA 02111-1307, USA.  */
 #include "defaults.h"
 
 #ifdef DWARF2_UNWIND_INFO
-#include "gansidecl.h"
 #include "dwarf2.h"
 #include <stddef.h>
 #include "frame.h"
diff -rup orig/egcs-CVS19981029/gcc/gcc.c egcs-CVS19981029/gcc/gcc.c
--- orig/egcs-CVS19981029/gcc/gcc.c	Thu Oct 29 17:26:23 1998
+++ egcs-CVS19981029/gcc/gcc.c	Fri Oct 30 16:24:27 1998
@@ -36,7 +36,6 @@ compilation is specified by a string cal
 #include <signal.h>
 #include <sys/stat.h>
 
-#include "gansidecl.h"
 #include "obstack.h"
 
 
diff -rup orig/egcs-CVS19981029/gcc/gcov.c egcs-CVS19981029/gcc/gcov.c
--- orig/egcs-CVS19981029/gcc/gcov.c	Thu Oct 29 17:26:23 1998
+++ egcs-CVS19981029/gcc/gcov.c	Fri Oct 30 16:24:27 1998
@@ -44,7 +44,6 @@ the Free Software Foundation, 675 Mass A
 #include "config.h"
 #include "system.h"
 #include <sys/stat.h>
-#include "gansidecl.h"
 
 #include "gcov-io.h"
 
diff -rup orig/egcs-CVS19981029/gcc/gen-protos.c egcs-CVS19981029/gcc/gen-protos.c
--- orig/egcs-CVS19981029/gcc/gen-protos.c	Thu Oct 29 17:26:24 1998
+++ egcs-CVS19981029/gcc/gen-protos.c	Fri Oct 30 16:24:27 1998
@@ -17,7 +17,6 @@ Foundation, 59 Temple Place - Suite 330,
 
 #include "hconfig.h"
 #include "system.h"
-#include "gansidecl.h"
 #include "scan.h"
 #include "cpplib.h"
 #include "cpphash.h"
diff -rup orig/egcs-CVS19981029/gcc/gencheck.c egcs-CVS19981029/gcc/gencheck.c
--- orig/egcs-CVS19981029/gcc/gencheck.c	Thu Oct 29 17:29:53 1998
+++ egcs-CVS19981029/gcc/gencheck.c	Fri Oct 30 16:24:27 1998
@@ -20,7 +20,6 @@ Boston, MA 02111-1307, USA.  */
 
 #include "hconfig.h"
 #include "system.h"
-#include "gansidecl.h"
 
 #define DEFTREECODE(SYM, NAME, TYPE, LEN)   STRINGIFY(SYM),
 
diff -rup orig/egcs-CVS19981029/gcc/halfpic.h egcs-CVS19981029/gcc/halfpic.h
--- orig/egcs-CVS19981029/gcc/halfpic.h	Thu Oct 29 17:26:58 1998
+++ egcs-CVS19981029/gcc/halfpic.h	Fri Oct 30 16:24:27 1998
@@ -20,8 +20,6 @@ Boston, MA 02111-1307, USA.  */
 
 #ifndef NO_HALF_PIC
 
-#include "gansidecl.h"
-
 #if defined (USE_PROTOTYPES) ? USE_PROTOTYPES : defined (__STDC__)
 union tree_node;		/* forward reference */
 struct rtx_def;
diff -rup orig/egcs-CVS19981029/gcc/hash.c egcs-CVS19981029/gcc/hash.c
--- orig/egcs-CVS19981029/gcc/hash.c	Thu Oct 29 17:26:58 1998
+++ egcs-CVS19981029/gcc/hash.c	Fri Oct 30 16:24:27 1998
@@ -22,7 +22,6 @@ Foundation, Inc., 675 Mass Ave, Cambridg
 #include "system.h"
 #include "hash.h"
 #include "obstack.h"
-#include "gansidecl.h"
 #include "toplev.h"
 
 /* Obstack allocation and deallocation routines.  */
diff -rup orig/egcs-CVS19981029/gcc/machmode.h egcs-CVS19981029/gcc/machmode.h
--- orig/egcs-CVS19981029/gcc/machmode.h	Thu Oct 29 17:27:03 1998
+++ egcs-CVS19981029/gcc/machmode.h	Fri Oct 30 16:24:27 1998
@@ -21,8 +21,6 @@ Boston, MA 02111-1307, USA.  */
 #ifndef HAVE_MACHINE_MODES
 #define HAVE_MACHINE_MODES
 
-#include "gansidecl.h"
-
 /* Strictly speaking, this isn't the proper place to include these definitions,
    but this file is included by every GCC file.
 
diff -rup orig/egcs-CVS19981029/gcc/mbchar.c egcs-CVS19981029/gcc/mbchar.c
--- orig/egcs-CVS19981029/gcc/mbchar.c	Thu Oct 29 17:29:55 1998
+++ egcs-CVS19981029/gcc/mbchar.c	Fri Oct 30 16:24:27 1998
@@ -34,7 +34,6 @@ Boston, MA 02111-1307, USA.  */
 #ifdef MULTIBYTE_CHARS
 #include "config.h"
 #include "system.h"
-#include "gansidecl.h"
 #include "mbchar.h"
 #include <locale.h>
 
diff -rup orig/egcs-CVS19981029/gcc/prefix.c egcs-CVS19981029/gcc/prefix.c
--- orig/egcs-CVS19981029/gcc/prefix.c	Thu Oct 29 17:27:06 1998
+++ egcs-CVS19981029/gcc/prefix.c	Fri Oct 30 16:24:27 1998
@@ -69,8 +69,6 @@ Boston, MA 02111-1307, USA.  */
 #include <windows.h>
 #endif
 
-#include "gansidecl.h"
-
 static char *std_prefix = PREFIX;
 
 static char *get_key_value	PROTO((char *));
diff -rup orig/egcs-CVS19981029/gcc/protoize.c egcs-CVS19981029/gcc/protoize.c
--- orig/egcs-CVS19981029/gcc/protoize.c	Thu Oct 29 17:27:07 1998
+++ egcs-CVS19981029/gcc/protoize.c	Fri Oct 30 16:24:27 1998
@@ -67,7 +67,6 @@ Boston, MA 02111-1307, USA.  */
 #endif
 #endif
 #include <setjmp.h>
-#include "gansidecl.h"
 
 /* Some systems like Linux don't declare rindex if _POSIX_SOURCE is declared,
    but it normally does declare it.  This means that configure thinks we don't
diff -rup orig/egcs-CVS19981029/gcc/recog.h egcs-CVS19981029/gcc/recog.h
--- orig/egcs-CVS19981029/gcc/recog.h	Thu Oct 29 17:27:08 1998
+++ egcs-CVS19981029/gcc/recog.h	Fri Oct 30 16:24:27 1998
@@ -18,8 +18,6 @@ along with GNU CC; see the file COPYING.
 the Free Software Foundation, 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
-#include "gansidecl.h"
-
 extern void init_recog			PROTO((void));
 extern void init_recog_no_volatile	PROTO((void));
 extern int recog_memoized		PROTO((rtx));
diff -rup orig/egcs-CVS19981029/gcc/rtl.h egcs-CVS19981029/gcc/rtl.h
--- orig/egcs-CVS19981029/gcc/rtl.h	Thu Oct 29 17:26:43 1998
+++ egcs-CVS19981029/gcc/rtl.h	Fri Oct 30 16:24:27 1998
@@ -173,8 +173,6 @@ typedef struct rtx_def
   rtunion fld[1];
 } *rtx;
 
-#include "gansidecl.h"
-
 #define NULL_RTX (rtx) 0
 
 /* Define macros to access the `code' field of the rtx.  */
diff -rup orig/egcs-CVS19981029/gcc/scan-decls.c egcs-CVS19981029/gcc/scan-decls.c
--- orig/egcs-CVS19981029/gcc/scan-decls.c	Thu Oct 29 17:27:13 1998
+++ egcs-CVS19981029/gcc/scan-decls.c	Fri Oct 30 16:24:27 1998
@@ -19,7 +19,6 @@ Foundation, 59 Temple Place - Suite 330,
 
 #include "hconfig.h"
 #include "system.h"
-#include "gansidecl.h"
 #include "cpplib.h"
 #include "scan.h"
 
diff -rup orig/egcs-CVS19981029/gcc/tree.h egcs-CVS19981029/gcc/tree.h
--- orig/egcs-CVS19981029/gcc/tree.h	Thu Oct 29 17:27:16 1998
+++ egcs-CVS19981029/gcc/tree.h	Fri Oct 30 16:24:27 1998
@@ -1372,8 +1372,6 @@ union tree_node
   struct tree_block block;
  };
 
-#include "gansidecl.h"
-
 #define NULL_TREE (tree) NULL
 
 /* The following functions accept a wide integer argument.  Rather than
diff -rup orig/egcs-CVS19981029/gcc/varray.h egcs-CVS19981029/gcc/varray.h
--- orig/egcs-CVS19981029/gcc/varray.h	Thu Oct 29 17:29:55 1998
+++ egcs-CVS19981029/gcc/varray.h	Fri Oct 30 16:24:27 1998
@@ -22,10 +22,6 @@
 #ifndef _VARRAY_H_
 #define _VARRAY_H_
 
-#ifndef PROTO
-#include "gansidecl.h"
-#endif
-
 #ifndef HOST_WIDE_INT
 #include "machmode.h"
 #endif



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]