diff options
author | uweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-02-08 22:36:39 +0000 |
---|---|---|
committer | uweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-02-08 22:36:39 +0000 |
commit | be5a58a2c9c1cbd45db4261fc628b1539dd1dabf (patch) | |
tree | 5e2acd81333e0681b6e9c966769e08811a78f8df /libgomp | |
parent | 82c8c45d9047fefe89cfc4e594bd62f30ea60dc7 (diff) | |
download | gcc-be5a58a2c9c1cbd45db4261fc628b1539dd1dabf.tar.gz |
* testsuite/lib/libgomp-dg.exp: Load scanrtl.exp library.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110773 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp')
-rw-r--r-- | libgomp/ChangeLog | 4 | ||||
-rw-r--r-- | libgomp/testsuite/lib/libgomp-dg.exp | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 5a3878e2d21..de35c563841 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-02-07 Eric Botcazou <ebotcazou@libertysurf.fr> * testsuite/lib/libgomp-dg.exp (libgomp_init): Compute multilib related 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 |