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.15-148-g2832840


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  2832840339c561d42ec60e18c009376d828692ea (commit)
      from  e65f4356583fc4cc2c54b497d2bbda699f5826da (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=2832840339c561d42ec60e18c009376d828692ea

commit 2832840339c561d42ec60e18c009376d828692ea
Author: Andreas Schwab <schwab@linux-m68k.org>
Date:   Wed Feb 8 11:40:39 2012 +0100

    Add missing dependency for pt-crti.o

diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 8ff14a9..fa844a4 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,7 @@
+2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
+
+	* Makefile (extra-objs) [crti.S in sysdirs]: Add pt-crti.o.
+
 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
 
 	Support crti.S and crtn.S provided directly by architectures.
diff --git a/nptl/Makefile b/nptl/Makefile
index 81661b3..855f8f5 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -350,6 +350,8 @@ ifeq (,$(wildcard $(sysdirs:%=%/crti.S)))
 omit-deps += crti crtn
 
 CFLAGS-pt-initfini.s = -g0 -fPIC -fno-inline-functions $(fno-unit-at-a-time)
+else
+extra-objs += pt-crti.o
 endif
 endif
 

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

Summary of changes:
 nptl/ChangeLog |    4 ++++
 nptl/Makefile  |    2 ++
 2 files changed, 6 insertions(+), 0 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]