diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2009-06-16 09:19:59 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-06-16 09:19:59 -0700 |
commit | 435aa54b3b9c1c87498e8bb3831394fd42220fa7 (patch) | |
tree | b5de40c20afead258bbae697c625f86330c7ec52 /ChangeLog | |
parent | 25bfbb9e0e610afaf6b67e5ee1a1a5338018c42e (diff) | |
download | glibc-435aa54b3b9c1c87498e8bb3831394fd42220fa7.tar.gz glibc-435aa54b3b9c1c87498e8bb3831394fd42220fa7.tar.xz glibc-435aa54b3b9c1c87498e8bb3831394fd42220fa7.zip |
Consolidate PIE linking Makefile rules.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a97b8bdb1a..020b25f74e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2009-06-02 H.J. Lu <hongjiu.lu@intel.com> + + * Makeconfig (+link-pie): Define. + (+prectorS): Define. + (+postctorS): Define. + * elf/Makefile ($(objpfx)tst-pie1): Use $(+link-pie). + * nscd/Makefile ($(objpfx)nscd): Likewise. + 2009-04-22 Ryan S. Arnold <rsa@us.ibm.com> [BZ #10107] |