diff options
author | Iain Buclaw <ibuclaw@gdcproject.org> | 2019-02-10 21:01:24 +0000 |
---|---|---|
committer | Iain Buclaw <ibuclaw@gcc.gnu.org> | 2019-02-10 21:01:24 +0000 |
commit | e613d992667a90ff731bbcecbb4ae6fa15adde31 (patch) | |
tree | ab84eeb1414db276d7d507c01749431e7e3dcf6e /libphobos/libdruntime/Makefile.am | |
parent | f1b7b50affd1e9eea1f1e3be8a0804fd94fb6b39 (diff) | |
download | gcc-e613d992667a90ff731bbcecbb4ae6fa15adde31.zip gcc-e613d992667a90ff731bbcecbb4ae6fa15adde31.tar.gz gcc-e613d992667a90ff731bbcecbb4ae6fa15adde31.tar.bz2 |
libphobos: Apply core.internal.hash updates from druntime
Backported from upstream druntime 2.084
Reviewed-on: https://github.com/dlang/druntime/pull/2469
libphobos/ChangeLog:
* libdruntime/Makefile.am (DRUNTIME_DSOURCES): Remove rt/util/hash.d
* libdruntime/Makefile.in: Rebuild.
* testsuite/libphobos.aa/aa.exp: New file.
* testsuite/libphobos.aa/test_aa.d: New test.
* testsuite/libphobos.hash/hash.exp: New file.
* testsuite/libphobos.hash/test_hash.d: New test.
From-SVN: r268754
Diffstat (limited to 'libphobos/libdruntime/Makefile.am')
-rw-r--r-- | libphobos/libdruntime/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libphobos/libdruntime/Makefile.am b/libphobos/libdruntime/Makefile.am index 7630183..4894435 100644 --- a/libphobos/libdruntime/Makefile.am +++ b/libphobos/libdruntime/Makefile.am @@ -197,8 +197,8 @@ DRUNTIME_DSOURCES = core/atomic.d core/attribute.d core/bitop.d \ rt/typeinfo/ti_ucent.d rt/typeinfo/ti_uint.d rt/typeinfo/ti_ulong.d \ rt/typeinfo/ti_ushort.d rt/typeinfo/ti_void.d rt/typeinfo/ti_wchar.d \ rt/util/array.d rt/util/container/array.d rt/util/container/common.d \ - rt/util/container/hashtab.d rt/util/container/treap.d rt/util/hash.d \ - rt/util/random.d rt/util/typeinfo.d rt/util/utf.d + rt/util/container/hashtab.d rt/util/container/treap.d rt/util/random.d \ + rt/util/typeinfo.d rt/util/utf.d DRUNTIME_DSOURCES_STDCXX = core/stdcpp/exception.d \ core/stdcpp/typeinfo.d |