summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2007-08-16 21:20:11 +0000
committerJakub Jelinek <jakub@redhat.com>2007-08-16 21:20:11 +0000
commitcb84d1e403cf2295307b398ab54cedc6bf9f8973 (patch)
treef166c176f30129a74cd88ea17249ca1ca222f689 /ChangeLog
parent3e8d1eabc985a5804681506d79187829774885ad (diff)
* elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u cvs/fedora-glibc-20070816T2121
to check for undefined symbols. * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u to check for undefined symbols.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a3a3d62f37..d7a6c4030a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2007-08-16 Jakub Jelinek <jakub@redhat.com>
+ * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
+ to check for undefined symbols.
+
* sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
If the syscall fails, set errno to the actual returned error number
rather than EINVAL.