about summary refs log tree commit diff
path: root/malloc/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-09-30 02:10:33 +0000
committerUlrich Drepper <drepper@redhat.com>2003-09-30 02:10:33 +0000
commit3c6904fb49841a94395bcfe863eb6c8bf10a29d2 (patch)
tree7b31b14993bfc374b769e3a1130b3f20fd2da375 /malloc/Makefile
parent28f532c89a76ef8ca50a8e3fbdc71894b4e97278 (diff)
downloadglibc-3c6904fb49841a94395bcfe863eb6c8bf10a29d2.tar.gz
glibc-3c6904fb49841a94395bcfe863eb6c8bf10a29d2.tar.xz
glibc-3c6904fb49841a94395bcfe863eb6c8bf10a29d2.zip
Update.
2003-09-27  Wolfram Gloger  <wg@malloc.de>

	* malloc/malloc.c: Include <malloc-machine.h> earlier instead of
	"thread-m.h", so that default parameters can be overridden in a
	system-specific malloc-machine.h.  Remove extra ; from extern "C"
	closing brace.
	* sysdeps/generic/malloc-machine.h: New file.
	* sysdeps/mach/hurd/malloc-machine.h: New file.
	* malloc/thread-m.h: Removed.
	* malloc/Makefile: Remove CFLAGS-malloc.c parameter addition, it
	is in sysdeps/generic/malloc-machine.h now.

	* elf/dl-reloc.c (_dl_allocate_static_tls): Move definition of
	variables only used if TLS_TCB_AT_TP is defined into the #if
	branch.
Diffstat (limited to 'malloc/Makefile')
-rw-r--r--malloc/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/malloc/Makefile b/malloc/Makefile
index cf65fdca4f..6c04518b39 100644
--- a/malloc/Makefile
+++ b/malloc/Makefile
@@ -56,7 +56,6 @@ 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.