]> git.ipfire.org Git - thirdparty/gcc.git/commit - libphobos/ChangeLog
libphobos: Detect if qsort_r is available
authoribuclaw <ibuclaw@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Feb 2019 23:29:39 +0000 (23:29 +0000)
committeribuclaw <ibuclaw@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Feb 2019 23:29:39 +0000 (23:29 +0000)
commitf667f7c1c55fc0fc306795c300b07c7a5566c55f
treeb39c85a4affc15b249d6b9c57cdb3a4c0f2dd256
parente57389f759c46318bb171dcef7cc544a17bc7d37
libphobos: Detect if qsort_r is available

Merges upstream druntime bbfb58e8.

libphobos/ChangeLog:

2019-02-19  Johannes Pfau  <johannespfau@gmail.com>

PR d/88127
* m4/druntime/libraries.m4 (DRUNTIME_LIBRARIES_CLIB): Add new macro.
* configure.ac: Use DRUNTIME_LIBRARIES_CLIB.
* configure: Regenerate
* Makefile.in: Regenerate
* libdruntime/gcc/config.d.in: Add Have_Qsort_R.
* libdruntime/Makefile.in: Regenerate.
* src/Makefile.in: Regenerate.
* testsuite/Makefile.in: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@268999 138bc75d-0d04-0410-961f-82ee72b054a4
libphobos/ChangeLog
libphobos/Makefile.in
libphobos/configure
libphobos/configure.ac
libphobos/libdruntime/MERGE
libphobos/libdruntime/Makefile.in
libphobos/libdruntime/gcc/config.d.in
libphobos/libdruntime/rt/qsort.d
libphobos/m4/druntime/libraries.m4
libphobos/src/Makefile.in
libphobos/testsuite/Makefile.in