summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2011-06-11 03:41:23 -0700
committerRoland McGrath <roland@hack.frob.com>2011-07-02 15:13:05 -0700
commit2d4fa81e11abc464b5b1f6417525285e84ff787c (patch)
tree8fc8ac42073a093cb5d4ecccf76cd887c2355a9c /ChangeLog
parent31fffa6b0700f9cc0f903a53489b829290168b4c (diff)
downloadglibc-2d4fa81e11abc464b5b1f6417525285e84ff787c.tar.gz
glibc-2d4fa81e11abc464b5b1f6417525285e84ff787c.tar.xz
glibc-2d4fa81e11abc464b5b1f6417525285e84ff787c.zip
Consolidate shlib.lds references in new variables.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7c8c2e2854..7b36252bb0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2011-07-02  Roland McGrath  <roland@hack.frob.com>
 
+	* Makerules (shlib-lds): New variable.
+	(shlib-lds-flags): New variable.
+	(build-shlib, build-moduile, build-module-asneeded): Use it.
+	($(common-objpfx)libc.so): Use $(shlib-lds).
+	($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
+	* iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
+
 	* elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
 	DT_FLAGS/DT_FLAGS_1 with zero flags.