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 siddhesh/is_in_module updated. glibc-2.19-906-g3e2767d


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, siddhesh/is_in_module has been updated
       via  3e2767da00c5255b82a7847578a9fcabba09e763 (commit)
      from  ccadfffd4eff741ce8cd54fa1ecfd98f68ef6bc5 (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=3e2767da00c5255b82a7847578a9fcabba09e763

commit 3e2767da00c5255b82a7847578a9fcabba09e763
Author: Siddhesh Poyarekar <siddhesh@redhat.com>
Date:   Thu Aug 21 23:24:04 2014 +0530

    Include config.h in MIN-CPPFLAGS
    
    This is needed when processing the Versions files since they could
    refer to macros defined in config.h.  config.h was earlier included
    through libc-symbols.h but since MIN-CPPFLAGS does not include the
    latter anymore, it needs to at least include config.h.
    
    This was causing a difference in generated code on s390x.  With this
    change, s390x code is also unchanged with this and other 19 patches
    (barring the IN_LIB patch of course).
    
    	* Makeconfig (MIN-CPPFLAGS): Include config.h.

diff --git a/Makeconfig b/Makeconfig
index df26cd0..38f4851 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -845,6 +845,7 @@ override CXXFLAGS = $(c++-sysincludes) \
 MIN-CPPFLAGS = $(config-extra-cppflags) $(CPPUNDEFS) $(CPPFLAGS-config) \
 	   $($(subdir)-CPPFLAGS) \
 	   $(+includes) $(defines) $(sysdep-CPPFLAGS) \
+	   -include $(common-objpfx)config.h \
 	   $(CPPFLAGS-$(suffix $@)) \
 	   $(foreach lib,$(libof-$(basename $(@F))) \
 			 $(libof-$(<F)) $(libof-$(@F)),$(CPPFLAGS-$(lib))) \

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

Summary of changes:
 Makeconfig |    1 +
 1 files changed, 1 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]