about summary refs log tree commit diff
path: root/nptl/sysdeps/unix/sysv/linux/x86_64
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-05-09 07:53:33 +0000
committerUlrich Drepper <drepper@redhat.com>2003-05-09 07:53:33 +0000
commit880867a475b1016f892a1248a3fce693406bf1f1 (patch)
tree9b2456ac53d0959c24a8851beb1378b949f24338 /nptl/sysdeps/unix/sysv/linux/x86_64
parent92d83c725e09dbc76acfedc1cf85a01f9f54452d (diff)
downloadglibc-880867a475b1016f892a1248a3fce693406bf1f1.tar.gz
glibc-880867a475b1016f892a1248a3fce693406bf1f1.tar.xz
glibc-880867a475b1016f892a1248a3fce693406bf1f1.zip
Update.
2003-05-09  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/unix/sysv/linux/x86_64/get_clockfreq.c: New file.
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/x86_64')
-rw-r--r--nptl/sysdeps/unix/sysv/linux/x86_64/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/Makefile b/nptl/sysdeps/unix/sysv/linux/x86_64/Makefile
index 9ecb7b092a..d3e5eb54d7 100644
--- a/nptl/sysdeps/unix/sysv/linux/x86_64/Makefile
+++ b/nptl/sysdeps/unix/sysv/linux/x86_64/Makefile
@@ -1,6 +1,3 @@
 ifeq ($(subdir),nptl)
 CFLAGS-pt-initfini.s = -g0 -fPIC -fno-inline-functions -fno-asynchronous-unwind-tables
-
-# We need to make sure that stack memory is allocated in the low 4GB.
-CFLAGS-pthread_create.c += -DARCH_MAP_FLAGS=MAP_32BIT
 endif