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.20-338-ga1edbf3


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  a1edbf3cb8095699794d6601446c0f18cfa265a8 (commit)
      from  47d51f4f0739a264579d8ea27cd58346b6402e1f (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=a1edbf3cb8095699794d6601446c0f18cfa265a8

commit a1edbf3cb8095699794d6601446c0f18cfa265a8
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Thu Dec 11 21:41:30 2014 +0000

    Add more headers to include/ for conform tests.
    
    Carlos reported failures in conform/ tests in environments where the
    compiler used could only find headers in glibc's source and build
    trees, not any previously installed headers
    <https://sourceware.org/ml/libc-alpha/2014-09/msg00040.html>.
    
    This patch adds wrappers for two of the affected headers to include/,
    which is the normal way to make headers visible when building or
    testing in directories other than the one containing the header (I
    suppose these headers weren't needed in any such directories except
    conform/, or other build or test failures would have resulted).  I
    believe the same issue applies at least to regexp.h and re_comp.h - we
    don't currently have conform/ expectations for those, but when such
    expectations are added we'll also need to add header wrappers.
    
    Tested for x86_64 (testsuite, and that installed stripped shared
    libraries are unchanged by the patch).  I did *not* test a
    configuration such as that in which Carlos saw failure.
    
    	* include/cpio.h: New file.
    	* include/fmtmsg.h: Likewise.

diff --git a/ChangeLog b/ChangeLog
index d6386e2..e9eed7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
 
+	* include/cpio.h: New file.
+	* include/fmtmsg.h: Likewise.
+
 	* tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
 	corresponding format argument to size_t.
 	* tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
diff --git a/include/cpio.h b/include/cpio.h
new file mode 100644
index 0000000..38e2ed1
--- /dev/null
+++ b/include/cpio.h
@@ -0,0 +1 @@
+#include <posix/cpio.h>
diff --git a/include/fmtmsg.h b/include/fmtmsg.h
new file mode 100644
index 0000000..6ac606d
--- /dev/null
+++ b/include/fmtmsg.h
@@ -0,0 +1 @@
+#include <stdlib/fmtmsg.h>

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

Summary of changes:
 ChangeLog        |    3 +++
 include/cpio.h   |    1 +
 include/fmtmsg.h |    1 +
 3 files changed, 5 insertions(+), 0 deletions(-)
 create mode 100644 include/cpio.h
 create mode 100644 include/fmtmsg.h


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]