diff options
author | Roland McGrath <roland@hack.frob.com> | 2015-02-12 13:38:47 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2015-02-12 13:38:47 -0800 |
commit | 04f5a636b6ac79677967d901a956f336a7ccfee3 (patch) | |
tree | d15e1815c2338b2af7dd504597240368568b7850 /ChangeLog | |
parent | 87a629c5d7aa559e5c144196bce123469b17af4c (diff) | |
download | glibc-04f5a636b6ac79677967d901a956f336a7ccfee3.tar glibc-04f5a636b6ac79677967d901a956f336a7ccfee3.tar.gz glibc-04f5a636b6ac79677967d901a956f336a7ccfee3.tar.bz2 glibc-04f5a636b6ac79677967d901a956f336a7ccfee3.zip |
Support after-link variable to run a final step on binaries.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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] |