diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2014-12-18 09:42:22 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2014-12-18 09:42:22 +0000 |
commit | d8b1c7f44bef67ca0f4c9756072652d2a4b27711 (patch) | |
tree | d774dbe75469bc9c1432477a343a3c6686dc663a /boehm-gc/ChangeLog | |
parent | 0ecc12d8f05c4813004d00a862e5be191620ffc7 (diff) | |
download | gcc-d8b1c7f44bef67ca0f4c9756072652d2a4b27711.zip gcc-d8b1c7f44bef67ca0f4c9756072652d2a4b27711.tar.gz gcc-d8b1c7f44bef67ca0f4c9756072652d2a4b27711.tar.bz2 |
Include target-utils.exp in boehm-gc testing
* testsuite/lib/boehm-gc.exp: Load target-utils.exp.
From-SVN: r218857
Diffstat (limited to 'boehm-gc/ChangeLog')
-rw-r--r-- | boehm-gc/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index a0e162c..17114fa 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/ChangeLog @@ -1,3 +1,7 @@ +2014-12-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> + + * testsuite/lib/boehm-gc.exp: Load target-utils.exp. + 2014-11-21 H.J. Lu <hongjiu.lu@intel.com> PR bootstrap/63784 |