This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.16-ports-merge-354-g189e935


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  189e935bf8d51688e28f4271ca91b5c6f6ce629c (commit)
      from  9e5757f801a5904d370a83e93c42a9b8fa065e01 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=189e935bf8d51688e28f4271ca91b5c6f6ce629c

commit 189e935bf8d51688e28f4271ca91b5c6f6ce629c
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Mon Sep 24 11:25:57 2012 -0700

    Replace crtendS.o with crtend.o for static link

diff --git a/ChangeLog b/ChangeLog
index e3329b4..8c7dfe6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
 
+	* Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
+
 	[BZ #14562]
 	* malloc/arena.c (heap_trim): Properly get fencepost and adjust
 	new chunk size with MALLOC_ALIGN_MASK.
diff --git a/Makeconfig b/Makeconfig
index 8d4f7b4..42b836e 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -581,7 +581,7 @@ endif
 +postctorS = `$(CC) $(sysdep-LDFLAGS) --print-file-name=crtendS.o`
 # Variants of the two previous definitions for statically linking programs.
 +prectorT = `$(CC) $(sysdep-LDFLAGS) --print-file-name=crtbeginT.o`
-+postctorT = `$(CC) $(sysdep-LDFLAGS) --print-file-name=crtendS.o`
++postctorT = `$(CC) $(sysdep-LDFLAGS) --print-file-name=crtend.o`
 +interp = $(addprefix $(elf-objpfx),interp.os)
 csu-objpfx = $(common-objpfx)csu/
 elf-objpfx = $(common-objpfx)elf/

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog  |    2 ++
 Makeconfig |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]