]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
btest-gcc.sh: gcc.sum has moved to gcc/testsuite/gcc/gcc.sum.
authorAndrew Pinski <pinskia@physics.uc.edu>
Thu, 19 Jan 2006 01:09:56 +0000 (01:09 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Thu, 19 Jan 2006 01:09:56 +0000 (17:09 -0800)
2006-01-18  Andrew Pinski  <pinskia@physics.uc.edu>

        * btest-gcc.sh: gcc.sum has moved to gcc/testsuite/gcc/gcc.sum.
        g++.sum has moved to gcc/testsuite/g++/g++.sum.
        objc.sum has moved to gcc/testsuite/objc/objc.sum.

From-SVN: r109937

contrib/regression/ChangeLog
contrib/regression/btest-gcc.sh

index 62aa9ba1766f7b18eca2127b4eb5baf64a227ca9..32a81dd7042aed3e61773added2ebdad9dcae9d8 100644 (file)
@@ -1,3 +1,9 @@
+2006-01-18  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * btest-gcc.sh: gcc.sum has moved to gcc/testsuite/gcc/gcc.sum.
+       g++.sum has moved to gcc/testsuite/g++/g++.sum.
+       objc.sum has moved to gcc/testsuite/objc/objc.sum.
+
 2005-12-20  Geoffrey Keating  <geoffk@apple.com>
 
        * btest-gcc.sh: Support -j option.
index bff069ac6869492dc6b384f6f4acb2c4cdcac23d..db8664cfd9d6dc2c6fec05ec132481613217ce65 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 #  Test GCC.
-#  Copyright (C) 1999, 2000, 2001, 2002, 2005  Free Software Foundation, Inc.
+#  Copyright (C) 1999, 2000, 2001, 2002, 2005, 2006  Free Software Foundation, Inc.
 
 #  This program is free software; you can redistribute it and/or modify
 #  it under the terms of the GNU General Public License as published by
@@ -114,9 +114,9 @@ H_REAL_TARGET=`$SOURCE/config.sub $H_TARGET || exit 1`
 
 # TESTLOGS is the list of dejagnu .sum files that the tester should
 # look at.
-TESTLOGS="gcc/testsuite/gcc.sum
-gcc/testsuite/g++.sum
-gcc/testsuite/objc.sum"
+TESTLOGS="gcc/testsuite/gcc/gcc.sum
+gcc/testsuite/g++/g++.sum
+gcc/testsuite/objc/objc.sum"
 
 # Build.
 echo build > $RESULT