From 754773e2d56607d71499f9e4f240d131034499c3 Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Mon, 26 Jun 2000 18:56:21 +0000 Subject: [PATCH] Makefile.in, [...]: Delete. * g++.old-deja/Makefile.in, g++.old-deja/configure.in, g++.old-deja/g++.niklas/Makefile.in, g++.old-deja/g++.niklas/configure.in, g++.old-deja/g++.other/Makefile.in, g++.old-deja/g++.other/configure.in, gcc.c-torture/code_quality/Makefile.in, gcc.c-torture/code_quality/configure.in, gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in, gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in, gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in, gcc.c-torture/execute/ieee/Makefile.in, gcc.c-torture/execute/ieee/configure.in, gcc.c-torture/noncompile/Makefile.in, gcc.c-torture/noncompile/configure.in, gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in, gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in, gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete. From-SVN: r34714 --- gcc/testsuite/ChangeLog | 20 ++++++++++++++++++++ gcc/testsuite/g++.old-deja/Makefile.in | 12 ------------ gcc/testsuite/g++.old-deja/configure.in | 15 --------------- gcc/testsuite/g++.old-deja/g++.niklas/Makefile.in | 12 ------------ gcc/testsuite/g++.old-deja/g++.niklas/configure.in | 15 --------------- gcc/testsuite/g++.old-deja/g++.other/Makefile.in | 12 ------------ gcc/testsuite/g++.old-deja/g++.other/configure.in | 15 --------------- gcc/testsuite/gcc.c-torture/code_quality/Makefile.in | 12 ------------ .../gcc.c-torture/code_quality/configure.in | 15 --------------- gcc/testsuite/gcc.c-torture/compat/Makefile.in | 12 ------------ gcc/testsuite/gcc.c-torture/compat/configure.in | 15 --------------- gcc/testsuite/gcc.c-torture/compile/Makefile.in | 12 ------------ gcc/testsuite/gcc.c-torture/compile/configure.in | 15 --------------- gcc/testsuite/gcc.c-torture/execute/Makefile.in | 12 ------------ gcc/testsuite/gcc.c-torture/execute/configure.in | 15 --------------- gcc/testsuite/gcc.c-torture/execute/ieee/Makefile.in | 12 ------------ .../gcc.c-torture/execute/ieee/configure.in | 15 --------------- gcc/testsuite/gcc.c-torture/noncompile/Makefile.in | 12 ------------ gcc/testsuite/gcc.c-torture/noncompile/configure.in | 15 --------------- gcc/testsuite/gcc.c-torture/special/Makefile.in | 12 ------------ gcc/testsuite/gcc.c-torture/special/configure.in | 15 --------------- gcc/testsuite/gcc.c-torture/unsorted/Makefile.in | 12 ------------ gcc/testsuite/gcc.c-torture/unsorted/configure.in | 15 --------------- gcc/testsuite/gcc.misc-tests/Makefile.in | 12 ------------ gcc/testsuite/gcc.misc-tests/configure.in | 15 --------------- 25 files changed, 20 insertions(+), 324 deletions(-) delete mode 100644 gcc/testsuite/g++.old-deja/Makefile.in delete mode 100644 gcc/testsuite/g++.old-deja/configure.in delete mode 100644 gcc/testsuite/g++.old-deja/g++.niklas/Makefile.in delete mode 100644 gcc/testsuite/g++.old-deja/g++.niklas/configure.in delete mode 100644 gcc/testsuite/g++.old-deja/g++.other/Makefile.in delete mode 100644 gcc/testsuite/g++.old-deja/g++.other/configure.in delete mode 100644 gcc/testsuite/gcc.c-torture/code_quality/Makefile.in delete mode 100644 gcc/testsuite/gcc.c-torture/code_quality/configure.in delete mode 100644 gcc/testsuite/gcc.c-torture/compat/Makefile.in delete mode 100644 gcc/testsuite/gcc.c-torture/compat/configure.in delete mode 100644 gcc/testsuite/gcc.c-torture/compile/Makefile.in delete mode 100644 gcc/testsuite/gcc.c-torture/compile/configure.in delete mode 100644 gcc/testsuite/gcc.c-torture/execute/Makefile.in delete mode 100644 gcc/testsuite/gcc.c-torture/execute/configure.in delete mode 100644 gcc/testsuite/gcc.c-torture/execute/ieee/Makefile.in delete mode 100644 gcc/testsuite/gcc.c-torture/execute/ieee/configure.in delete mode 100644 gcc/testsuite/gcc.c-torture/noncompile/Makefile.in delete mode 100644 gcc/testsuite/gcc.c-torture/noncompile/configure.in delete mode 100644 gcc/testsuite/gcc.c-torture/special/Makefile.in delete mode 100644 gcc/testsuite/gcc.c-torture/special/configure.in delete mode 100644 gcc/testsuite/gcc.c-torture/unsorted/Makefile.in delete mode 100644 gcc/testsuite/gcc.c-torture/unsorted/configure.in delete mode 100644 gcc/testsuite/gcc.misc-tests/Makefile.in delete mode 100644 gcc/testsuite/gcc.misc-tests/configure.in diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index af4927b..538baa8 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,23 @@ +2000-06-26 Zack Weinberg + + * g++.old-deja/Makefile.in, g++.old-deja/configure.in, + g++.old-deja/g++.niklas/Makefile.in, + g++.old-deja/g++.niklas/configure.in, + g++.old-deja/g++.other/Makefile.in, + g++.old-deja/g++.other/configure.in, + gcc.c-torture/code_quality/Makefile.in, + gcc.c-torture/code_quality/configure.in, + gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in, + gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in, + gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in, + gcc.c-torture/execute/ieee/Makefile.in, + gcc.c-torture/execute/ieee/configure.in, + gcc.c-torture/noncompile/Makefile.in, + gcc.c-torture/noncompile/configure.in, + gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in, + gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in, + gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete. + 2000-06-26 Nathan Sidwell * g++.old-deja/g++.other/ambig3.C: New test. diff --git a/gcc/testsuite/g++.old-deja/Makefile.in b/gcc/testsuite/g++.old-deja/Makefile.in deleted file mode 100644 index e6209db..0000000 --- a/gcc/testsuite/g++.old-deja/Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ -#### host, target, and site specific Makefile frags come in here. - -srcdir = . - -# Nothing to do... -all: - -clean: - -rm -f *.o *.diff *~ *.bad core *.x - -distclean: clean - -rm -f Makefile config.status diff --git a/gcc/testsuite/g++.old-deja/configure.in b/gcc/testsuite/g++.old-deja/configure.in deleted file mode 100644 index c6cacc6..0000000 --- a/gcc/testsuite/g++.old-deja/configure.in +++ /dev/null @@ -1,15 +0,0 @@ -# This file is a shell script fragment that supplies the information -# necessary to tailor a template configure script into the configure -# script appropriate for this directory. For more information, check -# any existing configure script. - -srctrigger=old-deja.exp -srcname="DejaGnu" - -# per-host: - -# per-target: - -target_makefile_frag=../config/mt-${target_alias} - -# post-target: diff --git a/gcc/testsuite/g++.old-deja/g++.niklas/Makefile.in b/gcc/testsuite/g++.old-deja/g++.niklas/Makefile.in deleted file mode 100644 index d5eb149..0000000 --- a/gcc/testsuite/g++.old-deja/g++.niklas/Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ -#### host, target, and site specific Makefile frags come in here. - -srcdir = . - -# Nothing to do... -all: - -clean: - -rm -f *.o *.diff *~ *.bad core - -distclean: clean - -rm -f Makefile config.status diff --git a/gcc/testsuite/g++.old-deja/g++.niklas/configure.in b/gcc/testsuite/g++.old-deja/g++.niklas/configure.in deleted file mode 100644 index 2ec1354..0000000 --- a/gcc/testsuite/g++.old-deja/g++.niklas/configure.in +++ /dev/null @@ -1,15 +0,0 @@ -# This file is a shell script fragment that supplies the information -# necessary to tailor a template configure script into the configure -# script appropriate for this directory. For more information, check -# any existing configure script. - -srctrigger=t131.exp -srcname="DejaGnu" - -# per-host: - -# per-target: - -target_makefile_frag=../config/mt-${target_alias} - -# post-target: diff --git a/gcc/testsuite/g++.old-deja/g++.other/Makefile.in b/gcc/testsuite/g++.old-deja/g++.other/Makefile.in deleted file mode 100644 index d5eb149..0000000 --- a/gcc/testsuite/g++.old-deja/g++.other/Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ -#### host, target, and site specific Makefile frags come in here. - -srcdir = . - -# Nothing to do... -all: - -clean: - -rm -f *.o *.diff *~ *.bad core - -distclean: clean - -rm -f Makefile config.status diff --git a/gcc/testsuite/g++.old-deja/g++.other/configure.in b/gcc/testsuite/g++.old-deja/g++.other/configure.in deleted file mode 100644 index e198b4f..0000000 --- a/gcc/testsuite/g++.old-deja/g++.other/configure.in +++ /dev/null @@ -1,15 +0,0 @@ -# This file is a shell script fragment that supplies the information -# necessary to tailor a template configure script into the configure -# script appropriate for this directory. For more information, check -# any existing configure script. - -srctrigger=g++-03.exp -srcname="DejaGnu" - -# per-host: - -# per-target: - -target_makefile_frag=../config/mt-${target_alias} - -# post-target: diff --git a/gcc/testsuite/gcc.c-torture/code_quality/Makefile.in b/gcc/testsuite/gcc.c-torture/code_quality/Makefile.in deleted file mode 100644 index e6209db..0000000 --- a/gcc/testsuite/gcc.c-torture/code_quality/Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ -#### host, target, and site specific Makefile frags come in here. - -srcdir = . - -# Nothing to do... -all: - -clean: - -rm -f *.o *.diff *~ *.bad core *.x - -distclean: clean - -rm -f Makefile config.status diff --git a/gcc/testsuite/gcc.c-torture/code_quality/configure.in b/gcc/testsuite/gcc.c-torture/code_quality/configure.in deleted file mode 100644 index 0fb5342..0000000 --- a/gcc/testsuite/gcc.c-torture/code_quality/configure.in +++ /dev/null @@ -1,15 +0,0 @@ -# This file is a shell script fragment that supplies the information -# necessary to tailor a template configure script into the configure -# script appropriate for this directory. For more information, check -# any existing configure script. - -srctrigger=code_quality.exp -srcname="DejaGnu" - -# per-host: - -# per-target: - -target_makefile_frag=../config/mt-${target_alias} - -# post-target: diff --git a/gcc/testsuite/gcc.c-torture/compat/Makefile.in b/gcc/testsuite/gcc.c-torture/compat/Makefile.in deleted file mode 100644 index e6209db..0000000 --- a/gcc/testsuite/gcc.c-torture/compat/Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ -#### host, target, and site specific Makefile frags come in here. - -srcdir = . - -# Nothing to do... -all: - -clean: - -rm -f *.o *.diff *~ *.bad core *.x - -distclean: clean - -rm -f Makefile config.status diff --git a/gcc/testsuite/gcc.c-torture/compat/configure.in b/gcc/testsuite/gcc.c-torture/compat/configure.in deleted file mode 100644 index a4a5810..0000000 --- a/gcc/testsuite/gcc.c-torture/compat/configure.in +++ /dev/null @@ -1,15 +0,0 @@ -# This file is a shell script fragment that supplies the information -# necessary to tailor a template configure script into the configure -# script appropriate for this directory. For more information, check -# any existing configure script. - -srctrigger=struct-big.c -srcname="DejaGnu" - -# per-host: - -# per-target: - -target_makefile_frag=../config/mt-${target_alias} - -# post-target: diff --git a/gcc/testsuite/gcc.c-torture/compile/Makefile.in b/gcc/testsuite/gcc.c-torture/compile/Makefile.in deleted file mode 100644 index e6209db..0000000 --- a/gcc/testsuite/gcc.c-torture/compile/Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ -#### host, target, and site specific Makefile frags come in here. - -srcdir = . - -# Nothing to do... -all: - -clean: - -rm -f *.o *.diff *~ *.bad core *.x - -distclean: clean - -rm -f Makefile config.status diff --git a/gcc/testsuite/gcc.c-torture/compile/configure.in b/gcc/testsuite/gcc.c-torture/compile/configure.in deleted file mode 100644 index e4cc69d..0000000 --- a/gcc/testsuite/gcc.c-torture/compile/configure.in +++ /dev/null @@ -1,15 +0,0 @@ -# This file is a shell script fragment that supplies the information -# necessary to tailor a template configure script into the configure -# script appropriate for this directory. For more information, check -# any existing configure script. - -srctrigger=compile.exp -srcname="DejaGnu" - -# per-host: - -# per-target: - -target_makefile_frag=../config/mt-${target_alias} - -# post-target: diff --git a/gcc/testsuite/gcc.c-torture/execute/Makefile.in b/gcc/testsuite/gcc.c-torture/execute/Makefile.in deleted file mode 100644 index e6209db..0000000 --- a/gcc/testsuite/gcc.c-torture/execute/Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ -#### host, target, and site specific Makefile frags come in here. - -srcdir = . - -# Nothing to do... -all: - -clean: - -rm -f *.o *.diff *~ *.bad core *.x - -distclean: clean - -rm -f Makefile config.status diff --git a/gcc/testsuite/gcc.c-torture/execute/configure.in b/gcc/testsuite/gcc.c-torture/execute/configure.in deleted file mode 100644 index 7d7078d..0000000 --- a/gcc/testsuite/gcc.c-torture/execute/configure.in +++ /dev/null @@ -1,15 +0,0 @@ -# This file is a shell script fragment that supplies the information -# necessary to tailor a template configure script into the configure -# script appropriate for this directory. For more information, check -# any existing configure script. - -srctrigger=execute.exp -srcname="DejaGnu" - -# per-host: - -# per-target: - -target_makefile_frag=../config/mt-${target_alias} - -# post-target: diff --git a/gcc/testsuite/gcc.c-torture/execute/ieee/Makefile.in b/gcc/testsuite/gcc.c-torture/execute/ieee/Makefile.in deleted file mode 100644 index e6209db..0000000 --- a/gcc/testsuite/gcc.c-torture/execute/ieee/Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ -#### host, target, and site specific Makefile frags come in here. - -srcdir = . - -# Nothing to do... -all: - -clean: - -rm -f *.o *.diff *~ *.bad core *.x - -distclean: clean - -rm -f Makefile config.status diff --git a/gcc/testsuite/gcc.c-torture/execute/ieee/configure.in b/gcc/testsuite/gcc.c-torture/execute/ieee/configure.in deleted file mode 100644 index 7d7078d..0000000 --- a/gcc/testsuite/gcc.c-torture/execute/ieee/configure.in +++ /dev/null @@ -1,15 +0,0 @@ -# This file is a shell script fragment that supplies the information -# necessary to tailor a template configure script into the configure -# script appropriate for this directory. For more information, check -# any existing configure script. - -srctrigger=execute.exp -srcname="DejaGnu" - -# per-host: - -# per-target: - -target_makefile_frag=../config/mt-${target_alias} - -# post-target: diff --git a/gcc/testsuite/gcc.c-torture/noncompile/Makefile.in b/gcc/testsuite/gcc.c-torture/noncompile/Makefile.in deleted file mode 100644 index e6209db..0000000 --- a/gcc/testsuite/gcc.c-torture/noncompile/Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ -#### host, target, and site specific Makefile frags come in here. - -srcdir = . - -# Nothing to do... -all: - -clean: - -rm -f *.o *.diff *~ *.bad core *.x - -distclean: clean - -rm -f Makefile config.status diff --git a/gcc/testsuite/gcc.c-torture/noncompile/configure.in b/gcc/testsuite/gcc.c-torture/noncompile/configure.in deleted file mode 100644 index 19f62f2..0000000 --- a/gcc/testsuite/gcc.c-torture/noncompile/configure.in +++ /dev/null @@ -1,15 +0,0 @@ -# This file is a shell script fragment that supplies the information -# necessary to tailor a template configure script into the configure -# script appropriate for this directory. For more information, check -# any existing configure script. - -srctrigger=noncompile.exp -srcname="DejaGnu" - -# per-host: - -# per-target: - -target_makefile_frag=../config/mt-${target_alias} - -# post-target: diff --git a/gcc/testsuite/gcc.c-torture/special/Makefile.in b/gcc/testsuite/gcc.c-torture/special/Makefile.in deleted file mode 100644 index e6209db..0000000 --- a/gcc/testsuite/gcc.c-torture/special/Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ -#### host, target, and site specific Makefile frags come in here. - -srcdir = . - -# Nothing to do... -all: - -clean: - -rm -f *.o *.diff *~ *.bad core *.x - -distclean: clean - -rm -f Makefile config.status diff --git a/gcc/testsuite/gcc.c-torture/special/configure.in b/gcc/testsuite/gcc.c-torture/special/configure.in deleted file mode 100644 index b9cbac3..0000000 --- a/gcc/testsuite/gcc.c-torture/special/configure.in +++ /dev/null @@ -1,15 +0,0 @@ -# This file is a shell script fragment that supplies the information -# necessary to tailor a template configure script into the configure -# script appropriate for this directory. For more information, check -# any existing configure script. - -srctrigger=special.exp -srcname="DejaGnu" - -# per-host: - -# per-target: - -target_makefile_frag=../config/mt-${target_alias} - -# post-target: diff --git a/gcc/testsuite/gcc.c-torture/unsorted/Makefile.in b/gcc/testsuite/gcc.c-torture/unsorted/Makefile.in deleted file mode 100644 index e6209db..0000000 --- a/gcc/testsuite/gcc.c-torture/unsorted/Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ -#### host, target, and site specific Makefile frags come in here. - -srcdir = . - -# Nothing to do... -all: - -clean: - -rm -f *.o *.diff *~ *.bad core *.x - -distclean: clean - -rm -f Makefile config.status diff --git a/gcc/testsuite/gcc.c-torture/unsorted/configure.in b/gcc/testsuite/gcc.c-torture/unsorted/configure.in deleted file mode 100644 index 7810172..0000000 --- a/gcc/testsuite/gcc.c-torture/unsorted/configure.in +++ /dev/null @@ -1,15 +0,0 @@ -# This file is a shell script fragment that supplies the information -# necessary to tailor a template configure script into the configure -# script appropriate for this directory. For more information, check -# any existing configure script. - -srctrigger=unsorted.exp -srcname="DejaGnu" - -# per-host: - -# per-target: - -target_makefile_frag=../config/mt-${target_alias} - -# post-target: diff --git a/gcc/testsuite/gcc.misc-tests/Makefile.in b/gcc/testsuite/gcc.misc-tests/Makefile.in deleted file mode 100644 index e6209db..0000000 --- a/gcc/testsuite/gcc.misc-tests/Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ -#### host, target, and site specific Makefile frags come in here. - -srcdir = . - -# Nothing to do... -all: - -clean: - -rm -f *.o *.diff *~ *.bad core *.x - -distclean: clean - -rm -f Makefile config.status diff --git a/gcc/testsuite/gcc.misc-tests/configure.in b/gcc/testsuite/gcc.misc-tests/configure.in deleted file mode 100644 index e4cc69d..0000000 --- a/gcc/testsuite/gcc.misc-tests/configure.in +++ /dev/null @@ -1,15 +0,0 @@ -# This file is a shell script fragment that supplies the information -# necessary to tailor a template configure script into the configure -# script appropriate for this directory. For more information, check -# any existing configure script. - -srctrigger=compile.exp -srcname="DejaGnu" - -# per-host: - -# per-target: - -target_makefile_frag=../config/mt-${target_alias} - -# post-target: -- 2.7.4