summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2015-02-12 13:38:47 -0800
committerRoland McGrath <roland@hack.frob.com>2015-02-12 13:38:47 -0800
commit04f5a636b6ac79677967d901a956f336a7ccfee3 (patch)
treed15e1815c2338b2af7dd504597240368568b7850 /ChangeLog
parent87a629c5d7aa559e5c144196bce123469b17af4c (diff)
downloadglibc-04f5a636b6ac79677967d901a956f336a7ccfee3.tar.gz
glibc-04f5a636b6ac79677967d901a956f336a7ccfee3.tar.xz
glibc-04f5a636b6ac79677967d901a956f336a7ccfee3.zip
Support after-link variable to run a final step on binaries.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 986554fc18..bd06443462 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2015-02-12  Roland McGrath  <roland@hack.frob.com>
+
+	* Makeconfig (after-link): New variable.
+	(+link-pie, +link-pie-tests): Use it.
+	(+link-static, +link-static-tests): Likewise.
+	(+link, +link-tests): Likewise.
+	* Makerules (build-module, build-module-asneeded): Likewise.
+	(lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
+	Likewise.
+	* elf/Makefile ($(objpfx)ld.so): Likewise.
+
 2015-02-12  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.net>
 
 	[BZ #17965]