aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2007-01-09 10:17:47 +0000
committerJakub Jelinek <jakub@redhat.com>2007-01-09 10:17:47 +0000
commit046082d07192ef211c288c907b3ea30ecfc6c532 (patch)
treef44316ccc3d1f424c02a9eefdeb2801c65254d92
parent2915892a3f3599d9b52061e566ef8c2b6f1d5501 (diff)
svn merge -r110772:110773 svn+ssh://gcc.gnu.org/svn/gcc/trunk/libgomp/
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/redhat/gcc-4_1-branch@120617 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--libgomp/ChangeLog4
-rw-r--r--libgomp/testsuite/lib/libgomp-dg.exp1
2 files changed, 5 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 37eaa3a28c3..dc128c232e1 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,7 @@
+2006-02-08 Ulrich Weigand <uweigand@de.ibm.com>
+
+ * testsuite/lib/libgomp-dg.exp: Load scanrtl.exp library.
+
2006-12-04 Jakub Jelinek <jakub@redhat.com>
PR libgomp/29947
diff --git a/libgomp/testsuite/lib/libgomp-dg.exp b/libgomp/testsuite/lib/libgomp-dg.exp
index d064a8012c8..ecd07136013 100644
--- a/libgomp/testsuite/lib/libgomp-dg.exp
+++ b/libgomp/testsuite/lib/libgomp-dg.exp
@@ -14,6 +14,7 @@ load_gcc_lib target-supports.exp
load_gcc_lib target-supports-dg.exp
load_gcc_lib scanasm.exp
load_gcc_lib scandump.exp
+load_gcc_lib scanrtl.exp
load_gcc_lib scantree.exp
load_gcc_lib scanipa.exp
load_gcc_lib prune.exp