From 55e2d5c7c4f5fdc23c8d0b2bf057c1559f862eec Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 31 Aug 2000 21:05:59 +0000 Subject: Update. * intl/Makefile (tests): Depend in mtrace-tst-gettext. Make this a new rule depending on tst-gettext.out and run mtrace. * intl/tst-gettext.c: Call mtrace. * intl/tst-gettext.sh: Put MALLOC_TRACE in environment of tst-gettext. * elf/dl-reloc.c: Add a few more __builtin_expect. * configure.in: Remove --with-gettext option. * intl/dcigettext.c (free_mem): Correct freeing of _nl_domain_bindings list. --- intl/tst-gettext.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'intl/tst-gettext.sh') diff --git a/intl/tst-gettext.sh b/intl/tst-gettext.sh index 12094a7baf..42436fe5bf 100755 --- a/intl/tst-gettext.sh +++ b/intl/tst-gettext.sh @@ -20,6 +20,7 @@ common_objpfx=$1 objpfx=$2 +malloc_trace=$3 GCONV_PATH=${common_objpfx}iconvdata export GCONV_PATH @@ -42,6 +43,7 @@ msgfmt -o ${objpfx}domaindir/existing-locale/LC_TIME/existing-time-domain.mo \ ../po/de.po # Now run the test. +MALLOC_TRACE=$malloc_trace \ ${common_objpfx}elf/ld.so --library-path $common_objpfx \ ${objpfx}tst-gettext > ${objpfx}tst-gettext.out ${objpfx}domaindir -- cgit v1.2.3