]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.in (all_diff_excludes, [...]): Remove.
authorJoseph Myers <jsm28@cam.ac.uk>
Thu, 20 Dec 2001 00:20:47 +0000 (00:20 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Thu, 20 Dec 2001 00:20:47 +0000 (00:20 +0000)
* configure.in (all_diff_excludes, diff_excludes): Remove.
* configure: Regenerate.
* Makefile.in (LANG_DIFF_EXCLUDES): Remove.
* objc/config-lang.in (diff_excludes): Remove.

ada:
* config-lang.in (diff_excludes): Remove.

ch:
* config-lang.in (diff_excludes): Remove.

cp:
* config-lang.in (diff_excludes): Remove.

f:
* config-lang.in (diff_excludes): Remove.

java:
* config-lang.in (diff_excludes): Remove.

From-SVN: r48189

15 files changed:
gcc/ChangeLog
gcc/Makefile.in
gcc/ada/ChangeLog
gcc/ada/config-lang.in
gcc/ch/ChangeLog
gcc/ch/config-lang.in
gcc/configure
gcc/configure.in
gcc/cp/ChangeLog
gcc/cp/config-lang.in
gcc/f/ChangeLog
gcc/f/config-lang.in
gcc/java/ChangeLog
gcc/java/config-lang.in
gcc/objc/config-lang.in

index b5314bf305539826438c8fe58ca7d6ce5b1cb761..dd09598287ce131d2671503ad46799ef5f6482a3 100644 (file)
@@ -1,3 +1,10 @@
+2001-12-20  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * configure.in (all_diff_excludes, diff_excludes): Remove.
+       * configure: Regenerate.
+       * Makefile.in (LANG_DIFF_EXCLUDES): Remove.
+       * objc/config-lang.in (diff_excludes): Remove.
+
 2001-12-19  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * config/sparc/sparc.md (ldd peephole2s): For load peepholes pass
index 8f7cabf86f95d6b925f54820606895aae5aeca95..7a8cb867293edc0f6ec97c9f15b5c1bad2354e93 100644 (file)
@@ -639,7 +639,6 @@ INCLUDES = -I. -I$(@D) -I$(srcdir) -I$(srcdir)/$(@D) \
 # These next lines are overridden by configure.
 LANG_MAKEFILES = @all_lang_makefiles@
 LANG_STAGESTUFF = @all_stagestuff@
-LANG_DIFF_EXCLUDES = @all_diff_excludes@
 LANG_EXTRA_HEADERS = @all_headers@
 
 # Flags to pass to recursive makes.
index abffb95904c3d7963ccc6f1a4e40218c58ca19d2..3271ffc841e8e3e73ed1257fc43f9d64bed6b758 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-20  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * config-lang.in (diff_excludes): Remove.
+
 2001-12-17  Ed Schonberg <schonber@gnat.com>
 
        * sem_res.adb (Resolve_Selected_Component): do not generate a 
index d9029c14b8db5dac35dd0975ed2c16ec83952d5f..d3812176f2bae32d7113484fceecd02b53e60fc6 100644 (file)
@@ -25,7 +25,6 @@
 # boot_language - "yes" if we need to build this language in stage1
 # compilers    - value to add to $(COMPILERS)
 # stagestuff   - files to add to $(STAGESTUFF)
-# diff_excludes        - files to ignore when building diffs between two versions.
 
 language="ada"
 boot_language=yes
@@ -35,6 +34,4 @@ compilers="gnat1\$(exeext)"
 
 stagestuff="gnatbind\$(exeext) gnat1\$(exeext)"
 
-diff_excludes="-x ada/a-einfo.h -x ada/a-sinfo.h -x ada/nmake.adb -x ada/nmake.ads -x ada/treeprs.ads -x ada/sysid.ads"
-
 outputs=ada/Makefile
index d0d4d95c521a66681d29408093093e2c14cff53d..aabd65bd1b34d3ac31aa38c56e43d7bff3e34b63 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-20  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * config-lang.in (diff_excludes): Remove.
+
 2001-12-15  Joseph S. Myers  <jsm28@cam.ac.uk>
 
        * expr.c: Use "built-in" spelling in messages.
index b0bd9293e2984ce7f979b3a240d7ec4bd0055f46..6f57b179acaf982d5dd285ba5a33a66f4485a0ba 100644 (file)
@@ -1,5 +1,5 @@
 # Top level configure fragment for GNU CHILL.
-#   Copyright (C) 1994, 2000 Free Software Foundation, Inc.
+#   Copyright (C) 1994, 2000, 2001 Free Software Foundation, Inc.
 
 #This file is part of GNU CC.
 
@@ -24,7 +24,6 @@
 # language     - name of language as it would appear in $(LANGUAGES)
 # compilers    - value to add to $(COMPILERS)
 # stagestuff   - files to add to $(STAGESTUFF)
-# diff_excludes        - files to ignore when building diffs between two versions.
 
 language="CHILL"
 
@@ -32,8 +31,6 @@ compilers="cc1chill\$(exeext)"
 
 stagestuff="chill chill-cross\$(exeext) cc1chill\$(exeext)"
 
-diff_excludes="-x -x ch/chill.info*"
-
 outputs=ch/Makefile
 
 target_libs=target-libchill
index 0e383a581a0fda31dddd764694d279856efc9a43..4496e998c69f904bc38c20b1016968279bab4468 100755 (executable)
@@ -2078,7 +2078,7 @@ EOF
 fi
 
 # Find some useful tools
-for ac_prog in gawk mawk nawk awk
+for ac_prog in mawk gawk nawk awk
 do
 # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2
@@ -7887,7 +7887,6 @@ all_languages=
 all_boot_languages=
 all_compilers=
 all_stagestuff=
-all_diff_excludes=
 all_outputs='Makefile intl/Makefile fixinc/Makefile gccbug mklibgcc'
 # List of language makefile fragments.
 all_lang_makefiles=
@@ -7912,7 +7911,6 @@ do
                boot_language=
                compilers=
                stagestuff=
-               diff_excludes=
                headers=
                outputs=
                lib2funcs=
@@ -7933,7 +7931,6 @@ do
                fi
                all_compilers="$all_compilers $compilers"
                all_stagestuff="$all_stagestuff $stagestuff"
-               all_diff_excludes="$all_diff_excludes $diff_excludes"
                all_headers="$all_headers $headers"
                all_outputs="$all_outputs $outputs"
                all_lib2funcs="$all_lib2funcs $lib2funcs"
@@ -8132,7 +8129,6 @@ ${CONFIG_SHELL-/bin/sh} $srcdir/configure.frag $srcdir "$subdirs" "$dep_host_xma
 
 
 
-
 
 
 # Echo that links are built
@@ -8397,7 +8393,6 @@ s%@objdir@%$objdir%g
 s%@subdirs@%$subdirs%g
 s%@all_boot_languages@%$all_boot_languages%g
 s%@all_compilers@%$all_compilers%g
-s%@all_diff_excludes@%$all_diff_excludes%g
 s%@all_headers@%$all_headers%g
 s%@all_lang_makefiles@%$all_lang_makefiles%g
 s%@all_languages@%$all_languages%g
index a456bcf00ad8d9bcba0266bb53475ffcdc207496..b1f61283f90dbcbc9d6ec683079497c0a2df6d1f 100644 (file)
@@ -2143,7 +2143,6 @@ all_languages=
 all_boot_languages=
 all_compilers=
 all_stagestuff=
-all_diff_excludes=
 all_outputs='Makefile intl/Makefile fixinc/Makefile gccbug mklibgcc'
 # List of language makefile fragments.
 all_lang_makefiles=
@@ -2168,7 +2167,6 @@ do
                boot_language=
                compilers=
                stagestuff=
-               diff_excludes=
                headers=
                outputs=
                lib2funcs=
@@ -2189,7 +2187,6 @@ do
                fi
                all_compilers="$all_compilers $compilers"
                all_stagestuff="$all_stagestuff $stagestuff"
-               all_diff_excludes="$all_diff_excludes $diff_excludes"
                all_headers="$all_headers $headers"
                all_outputs="$all_outputs $outputs"
                all_lib2funcs="$all_lib2funcs $lib2funcs"
@@ -2325,7 +2322,6 @@ ${CONFIG_SHELL-/bin/sh} $srcdir/configure.frag $srcdir "$subdirs" "$dep_host_xma
 AC_SUBST(subdirs)
 AC_SUBST(all_boot_languages)
 AC_SUBST(all_compilers)
-AC_SUBST(all_diff_excludes)
 AC_SUBST(all_headers)
 AC_SUBST(all_lang_makefiles)
 AC_SUBST(all_languages)
index 888c960f00356ed9f3e58c8d469d94e1e740dbe6..548c5820ad579f2c5d9862082bfdbaa3ffeb69b0 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-20  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * config-lang.in (diff_excludes): Remove.
+
 2001-12-19  Nathan Sidwell  <nathan@codesourcery.com>
 
        PR c++/90
index 3df716183f7f008a15838931901ccae038e0a9d9..c07408d5ad25e9a1d4d9f0335c00962dd759f769 100644 (file)
@@ -25,7 +25,6 @@
 # language     - name of language as it would appear in $(LANGUAGES)
 # compilers    - value to add to $(COMPILERS)
 # stagestuff   - files to add to $(STAGESTUFF)
-# diff_excludes        - files to ignore when building diffs between two versions.
 
 language="c++"
 
@@ -33,6 +32,4 @@ compilers="cc1plus\$(exeext)"
 
 stagestuff="g++\$(exeext) g++-cross\$(exeext) cc1plus\$(exeext)"
 
-diff_excludes="-x parse.c -x parse.h"
-
 target_libs="${libstdcxx_version} target-gperf"
index 7521bd285c013dc00affd106bd2eafa26d86a5fd..909a63a8b2e09cd4d7183bfcbe32abd40a35ad43 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-20  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * config-lang.in (diff_excludes): Remove.
+
 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
 
        * g77.texi, invoke.texi: Update links to GCC manual.
index d0364a47bab4c28e73402f162b55d0a3ae8b5db7..168daadfc9e647ca788a0ed4c5fc43abd7fb97e1 100644 (file)
@@ -1,5 +1,5 @@
 # Top level configure fragment for GNU FORTRAN.
-#   Copyright (C) 1995, 1996, 1997, 2000 Free Software Foundation, Inc.
+#   Copyright (C) 1995, 1996, 1997, 2000, 2001 Free Software Foundation, Inc.
 
 #This file is part of GNU Fortran.
 
@@ -24,7 +24,6 @@
 # language     - name of language as it would appear in $(LANGUAGES)
 # compilers    - value to add to $(COMPILERS)
 # stagestuff   - files to add to $(STAGESTUFF)
-# diff_excludes        - files to ignore when building diffs between two versions.
 
 language="f77"
 
@@ -32,6 +31,4 @@ compilers="f771\$(exeext)"
 
 stagestuff="g77\$(exeext) g77-cross\$(exeext) f771\$(exeext)"
 
-diff_excludes="-x f/BUGS -x f/NEWS -x f/INSTALL -x f/intdoc.texi"
-
 target_libs=target-libf2c
index 594059dc99d9d59e290203cc0e388ed43655f06b..9c8bfb9fc910fc4dd3e005c2fc18434cdef5a6e7 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-20  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * config-lang.in (diff_excludes): Remove.
+
 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
 
        * gcj.texi: Update link to GCC manual.
index 19b7dee1ab1b4b86516094e5a5c2fea6fbe0edbd..e4524fe3a6efec6abdba69680698cc13d2dd7baa 100644 (file)
@@ -29,7 +29,6 @@
 # language     - name of language as it would appear in $(LANGUAGES)
 # compilers    - value to add to $(COMPILERS)
 # stagestuff   - files to add to $(STAGESTUFF)
-# diff_excludes        - files to ignore when building diffs between two versions.
 
 language="java"
 
index 9155d9d86599be2bcdf712a1e14406765b771d2d..57066a4877bcf28db2183c4564f083751230bef8 100644 (file)
@@ -24,7 +24,6 @@
 # language     - name of language as it would appear in $(LANGUAGES)
 # compilers    - value to add to $(COMPILERS)
 # stagestuff   - files to add to $(STAGESTUFF)
-# diff_excludes        - files to ignore when building diffs between two versions.
 
 language="objc"
 
@@ -32,6 +31,4 @@ compilers="cc1obj\$(exeext)"
 
 stagestuff=""
 
-diff_excludes="-x objc-parse.c -x objc-parse.y "
-
 target_libs=target-libobjc