summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-05-14 06:29:32 +0000
committerUlrich Drepper <drepper@redhat.com>2003-05-14 06:29:32 +0000
commit1ad318d3695d760eebec28cb7c3c32df06b7d85e (patch)
treece66f6f2e9c04a65a4c6a1a4d4b978ebc3c88a58 /ChangeLog
parentd7234d9fac0c0f750775d696acec9a79809c517c (diff)
Update.
* csu/Makefile: Do compile elf-init with PIC flag since in dynamic binaries it has to be relocatable.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4e4ca5712e..4fe37ff9c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2003-05-13 Ulrich Drepper <drepper@redhat.com>
+ * csu/Makefile: Do compile elf-init with PIC flag since in dynamic
+ binaries it has to be relocatable.
+
* sysdeps/unix/sysv/linux/waitpid.c: Use waitpid syscall is available.
2003-05-12 Steven Munroe <sjmunroe@us.ibm.com>