From 6e3d59bc0581399e0d8218f7b7fb10961735a82b Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 14 Nov 2002 03:59:56 +0000 Subject: * scripts/abilist.awk: New file. * Makefile (distribute): Add it. * Makerules ($(objpfx)%.dynsym, $(objpfx)%.symlist): New rules. (tests): Depend on .symlist file for each $(install-lib.so-versioned). [! subdir] (tests): Depend on libc.symlist. (generated): Add those files. * aclocal.m4 (LIBC_PROG_BINUTILS): Check for objdump, set OBJDUMP. * configure: Regenerated. * config.make.in (OBJDUMP): New variable, substituted by configure. * malloc/mcheck.c (struct hdr): New members `block' and `magic2'. (mallochook, reallochook): Set them up. (checkhdr): Check HDR->magic2 value. (freehook): Reset HDR->magic2. (memalignhook): New static function. (old_memalign_hook): New static variable. (mcheck, reallochook): Set __memalign_hook to memalignhook. --- config.make.in | 1 + 1 file changed, 1 insertion(+) (limited to 'config.make.in') diff --git a/config.make.in b/config.make.in index d1f8409bb1..ed0ad416a2 100644 --- a/config.make.in +++ b/config.make.in @@ -92,6 +92,7 @@ MIG = @MIG@ PWD_P = @PWD_P@ BISON = @BISON@ AUTOCONF = @AUTOCONF@ +OBJDUMP = @OBJDUMP@ # Installation tools. INSTALL = @INSTALL@ -- cgit v1.2.3