From: Ulrich Drepper Date: Fri, 18 Apr 2003 00:36:59 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_3_3~861 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c2842bfc5cdc2df19cc2fdd1a127b8ac4bf3474;p=thirdparty%2Fglibc.git Update. * sysdeps/unix/sysv/linux/Makefile: Remove db2 directory handling. * malloc/Makefile (CFLAGS-malloc.c): Define DEFAULT_TOP_PAD to 128k. * sysdeps/unix/sysv/linux/Makefile (CFLAGS-malloc.c): Add to, not replace. --- diff --git a/ChangeLog b/ChangeLog index 3d0015e7ec8..bca2f8812a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2003-04-17 Ulrich Drepper + * sysdeps/unix/sysv/linux/Makefile: Remove db2 directory handling. + + * malloc/Makefile (CFLAGS-malloc.c): Define DEFAULT_TOP_PAD to 128k. + * sysdeps/unix/sysv/linux/Makefile (CFLAGS-malloc.c): Add to, not + replace. + * signal/Makefile (tests): Add tst-sigsimple. * signal/tst-sigsimple.c: New file. diff --git a/malloc/Makefile b/malloc/Makefile index 6c04518b39c..cf65fdca4f4 100644 --- a/malloc/Makefile +++ b/malloc/Makefile @@ -56,6 +56,7 @@ aux := set-freeres thread-freeres include ../Makeconfig +CFLAGS-malloc.c += -DDEFAULT_TOP_PAD=131072 CPPFLAGS-memusagestat = -DNOT_IN_libc # The Perl script to analyze the output of the mtrace functions. diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index 64482240522..eaa6e2a0839 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -2,12 +2,8 @@ ifeq ($(subdir),csu) sysdep_routines += errno-loc endif -ifeq ($(subdir),db2) -CPPFLAGS += -DHAVE_LLSEEK=1 -endif - ifeq ($(subdir),malloc) -CFLAGS-malloc.c = -DMORECORE_CLEARS=2 +CFLAGS-malloc.c += -DMORECORE_CLEARS=2 endif ifeq ($(subdir),misc)