Remove --disable-experimental-malloc option
commit6384171fa0cef59b738ce8d0499fcea4f5009411
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 28 Mar 2023 18:46:34 +0000 (28 15:46 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 29 Mar 2023 17:33:06 +0000 (29 14:33 -0300)
tree27cae420e5795ff175965ddad7a9b680836f1a71
parent885d3cda907d0dee54b13cbbf61b040c9951d5a2
Remove --disable-experimental-malloc option

It is the default since 2.26 and it has bitrotten over the years,
By using it multiple malloc tests fails:

  FAIL: malloc/tst-memalign-2
  FAIL: malloc/tst-memalign-2-malloc-hugetlb1
  FAIL: malloc/tst-memalign-2-malloc-hugetlb2
  FAIL: malloc/tst-memalign-2-mcheck
  FAIL: malloc/tst-mxfast-malloc-hugetlb1
  FAIL: malloc/tst-mxfast-malloc-hugetlb2
  FAIL: malloc/tst-tcfree2
  FAIL: malloc/tst-tcfree2-malloc-hugetlb1
  FAIL: malloc/tst-tcfree2-malloc-hugetlb2

Checked on x86_64-linux-gnu.

Reviewed-by: DJ Delorie <dj@redhat.com>
INSTALL
NEWS
config.make.in
configure
configure.ac
malloc/Makefile
manual/install.texi
scripts/build-many-glibcs.py