about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-05-05 13:16:08 -0700
committerRoland McGrath <roland@hack.frob.com>2014-05-05 13:16:08 -0700
commitfe6588457a7b66c6cfcd6e51640453de59b8017b (patch)
tree6cf637ed96ee17e23dd32b617edfb37d91241b29 /ChangeLog
parenteb1ed03dafcd9a7ea6e95b958413342e20b35968 (diff)
downloadglibc-fe6588457a7b66c6cfcd6e51640453de59b8017b.tar.gz
glibc-fe6588457a7b66c6cfcd6e51640453de59b8017b.tar.xz
glibc-fe6588457a7b66c6cfcd6e51640453de59b8017b.zip
Move rules for Linux-specific pldd program to Linux-specific Makefile.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 25149d2b58..64d9ed71bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2014-05-05  Roland McGrath  <roland@hack.frob.com>
 
+	* elf/Makefile (others, install-bin): Remove pldd.
+	(pldd-modules): Variable removed.
+	($(objpfx)pldd): Target removed.
+	* sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
+	(others, install-bin): Append pldd here.
+	($(objpfx)pldd): New target.
+
 	* sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
 	to 0, so the first #if test emitted later doesn't see it undefined.
 	(END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.