about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-09-24 08:33:01 +0000
committerUlrich Drepper <drepper@redhat.com>2003-09-24 08:33:01 +0000
commitc9c60884afdfe24eceb42a59b83240e4b04a4e13 (patch)
treea331916ffff59e875544b994edce735f40d0afb4 /ChangeLog
parentdf244a7b4dc2429e5db8f5bded0d9b9c9631285b (diff)
downloadglibc-c9c60884afdfe24eceb42a59b83240e4b04a4e13.tar.gz
glibc-c9c60884afdfe24eceb42a59b83240e4b04a4e13.tar.xz
glibc-c9c60884afdfe24eceb42a59b83240e4b04a4e13.zip
Update.
2003-09-24  Ulrich Drepper  <drepper@redhat.com>
	* configure.in: Check for -fpie and -pie compiler options.
	* config.make.in (have-fpie): Define.
	* sysdeps/unix/sysv/linux/alpha/sys/sysmacros.h: Removed.
	* sysdeps/unix/sysv/linux/sparc/sys/sysmacros.h: Removed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index efab24eb34..5997c4c1a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,15 @@
-2003-09-23  Ulrich Drepper  <drepper@redhat.com>
+2003-09-24  Ulrich Drepper  <drepper@redhat.com>
 
 	* nscd/Makefile: Add rules to build nscd as a PIE.
+	* configure.in: Check for -fpie and -pie compiler options.
+	* config.make.in (have-fpie): Define.
 
 2003-09-23  Ulrich Drepper  <drepper@redhat.com>
 
 	* sysdeps/unix/sysv/linux/sys/sysmacros.h: Adjust for larger
 	kernel dev_t size.
-	* sysdeps/unix/sysv/linux/sys/alpha/sysmacros.h: Removed.
-	* sysdeps/unix/sysv/linux/sys/sparc/sysmacros.h: Removed.
+	* sysdeps/unix/sysv/linux/alpha/sys/sysmacros.h: Removed.
+	* sysdeps/unix/sysv/linux/sparc/sys/sysmacros.h: Removed.
 	* sysdeps/unix/sysv/linux/makedev.c: New file.
 	* sysdeps/unix/sysv/linux/Dist: Add makedev.c.
 	* sysdeps/unix/sysv/linux/Makefile [subdir=misc]