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.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'intl/tst-gettext.c') diff --git a/intl/tst-gettext.c b/intl/tst-gettext.c index 688acbf85a..cfd2d5fc53 100644 --- a/intl/tst-gettext.c +++ b/intl/tst-gettext.c @@ -19,6 +19,7 @@ #include #include +#include #include #include #include @@ -55,6 +56,9 @@ main (int argc, char *argv[]) { int result = 0; + /* For debugging. */ + mtrace (); + /* This is the place where the .mo files are placed. */ if (argc > 1) { -- cgit v1.2.3