about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-09-04 19:53:24 -0700
committerH.J. Lu <hjl.tools@gmail.com>2012-09-06 11:43:43 -0700
commita5055ad15a4cb063627653d0a2109f66ead63c33 (patch)
tree11780094df41853e87aa787a88048e0651cca38d /ChangeLog
parent48bac3debbc7acd0a2e8fe8248780f9d2c043c10 (diff)
downloadglibc-a5055ad15a4cb063627653d0a2109f66ead63c33.tar.gz
glibc-a5055ad15a4cb063627653d0a2109f66ead63c33.tar.xz
glibc-a5055ad15a4cb063627653d0a2109f66ead63c33.zip
Use crtbeginT.o to statically link programs
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a48a5cb079..08fa5a1608 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
+
+	[BZ #14544]
+	* Makeconfig (link-static-before-libc): Replace $(+prector)
+	with $(+prectorT).
+	(link-static-after-libc): Replace $(+postctor) with
+	$(+postctorT).
+	(link-bounded): Replace $(+prector)/$(+postctor) with
+	$(+prectorT)/$(+postctorT).
+	(+prectorT): New macro.
+	(+postctorT): Likewise.
+
 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
 
 	* stdlib/gen-tst-strtod-round.c: Include <assert.h>.