diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-09-24 08:33:01 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-09-24 08:33:01 +0000 |
commit | c9c60884afdfe24eceb42a59b83240e4b04a4e13 (patch) | |
tree | a331916ffff59e875544b994edce735f40d0afb4 /nptl/ChangeLog | |
parent | df244a7b4dc2429e5db8f5bded0d9b9c9631285b (diff) | |
download | glibc-c9c60884afdfe24eceb42a59b83240e4b04a4e13.tar glibc-c9c60884afdfe24eceb42a59b83240e4b04a4e13.tar.gz glibc-c9c60884afdfe24eceb42a59b83240e4b04a4e13.tar.bz2 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 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 031c9e08cd..0ee343c3d1 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2003-09-24 Ulrich Drepper <drepper@redhat.com> + + * Makefile: Build tst-execstack-mod locally. + * tst-execstack-mod.c: New file. + 2003-09-23 Jakub Jelinek <jakub@redhat.com> * Makefile (tests): Only add tst-execstack if have-z-execstack is yes. |