summaryrefslogtreecommitdiff
path: root/contrib/regression
diff options
context:
space:
mode:
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>2012-08-26 01:21:14 +0000
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>2012-08-26 01:21:14 +0000
commita97fa63b1c30776d06ce47a3c5f4f13163918057 (patch)
tree7226531eff414958b6d8869dbba80090773b2943 /contrib/regression
parentb361be0ab25ccaaa3a6ce114b88dcac2e42f8ab5 (diff)
downloadgcc-a97fa63b1c30776d06ce47a3c5f4f13163918057.tar.gz
* btest-gcc.sh (TESTLOGS): Add libmudflap.sum, if it exists.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190682 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib/regression')
-rw-r--r--contrib/regression/ChangeLog4
-rwxr-xr-xcontrib/regression/btest-gcc.sh6
2 files changed, 9 insertions, 1 deletions
diff --git a/contrib/regression/ChangeLog b/contrib/regression/ChangeLog
index 43830f80488..1a7c77c636c 100644
--- a/contrib/regression/ChangeLog
+++ b/contrib/regression/ChangeLog
@@ -1,3 +1,7 @@
+2012-08-26 Hans-Peter Nilsson <hp@axis.com>
+
+ * btest-gcc.sh (TESTLOGS): Add libmudflap.sum, if it exists.
+
2009-09-02 Geoff Keating <geoffk@apple.com>
* btest-gcc.sh: Continue after bootstrap comparison failure.
diff --git a/contrib/regression/btest-gcc.sh b/contrib/regression/btest-gcc.sh
index 28985760d2b..a3d2bb39f56 100755
--- a/contrib/regression/btest-gcc.sh
+++ b/contrib/regression/btest-gcc.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Test GCC.
-# Copyright (C) 1999, 2000, 2001, 2002, 2005, 2006, 2009
+# Copyright (C) 1999, 2000, 2001, 2002, 2005, 2006, 2009, 2012
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
@@ -160,6 +160,10 @@ if [ -f $BUILD/$H_TARGET/libgomp/testsuite/libgomp.sum ] ; then
TESTLOGS="$TESTLOGS $H_TARGET/libgomp/testsuite/libgomp.sum"
fi
+if [ -f $BUILD/$H_TARGET/libmudflap/testsuite/libmudflap.sum ] ; then
+ TESTLOGS="$TESTLOGS $H_TARGET/libmudflap/testsuite/libmudflap.sum"
+fi
+
# Test the just-built GCC with the GDB testsuite.
if [ -d $GDB_TESTSUITE ] ; then
mkdir test-gdb || exit 1