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-297-ge3d6dba


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  e3d6dba5dfe2e125b15ea1dd36c8dfa373bb4956 (commit)
      from  28a91e8f65eb00d3bd9dd1edcdca439f66128b74 (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=e3d6dba5dfe2e125b15ea1dd36c8dfa373bb4956

commit e3d6dba5dfe2e125b15ea1dd36c8dfa373bb4956
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed Dec 3 15:21:28 2014 +0000

    Fix linknamespace getdate_err handling.
    
    Some linknamespace tests were failing because of references to
    getdate_err.  References to this symbol should be allowed for XPG4 and
    later XSI standards; it was missing from the whitelist of data
    symbols.  This patch adds it to that list.
    
    Tested for x86_64.
    
    	* conform/list-header-symbols.pl (%extra_syms): Add getdate_err
    	for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
    	* conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
    	Remove variable.
    	(test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
    	(test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
    	(test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.

diff --git a/ChangeLog b/ChangeLog
index c5ea3a2..b064598 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2014-12-03  Joseph Myers  <joseph@codesourcery.com>
+
+	* conform/list-header-symbols.pl (%extra_syms): Add getdate_err
+	for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
+	* conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
+	Remove variable.
+	(test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
+	(test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
+	(test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
+
 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
 
 	* conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
diff --git a/conform/Makefile b/conform/Makefile
index f84aef2..e720ac6 100644
--- a/conform/Makefile
+++ b/conform/Makefile
@@ -414,7 +414,6 @@ test-xfail-XOPEN2K/grp.h/linknamespace = yes
 test-xfail-XOPEN2K/libgen.h/linknamespace = yes
 test-xfail-XOPEN2K/mqueue.h/linknamespace = yes
 test-xfail-XOPEN2K/netdb.h/linknamespace = yes
-test-xfail-XOPEN2K/pthread.h/linknamespace = yes
 test-xfail-XOPEN2K/pwd.h/linknamespace = yes
 test-xfail-XOPEN2K/regex.h/linknamespace = yes
 test-xfail-XOPEN2K/search.h/linknamespace = yes
@@ -424,7 +423,6 @@ test-xfail-XOPEN2K/spawn.h/linknamespace = yes
 test-xfail-XOPEN2K/stdlib.h/linknamespace = yes
 test-xfail-XOPEN2K/sys/wait.h/linknamespace = yes
 test-xfail-XOPEN2K/syslog.h/linknamespace = yes
-test-xfail-XOPEN2K/time.h/linknamespace = yes
 test-xfail-XOPEN2K/ucontext.h/linknamespace = yes
 test-xfail-XOPEN2K/unistd.h/linknamespace = yes
 test-xfail-XOPEN2K/wordexp.h/linknamespace = yes
@@ -448,12 +446,10 @@ test-xfail-XOPEN2K8/grp.h/linknamespace = yes
 test-xfail-XOPEN2K8/libgen.h/linknamespace = yes
 test-xfail-XOPEN2K8/mqueue.h/linknamespace = yes
 test-xfail-XOPEN2K8/netdb.h/linknamespace = yes
-test-xfail-XOPEN2K8/pthread.h/linknamespace = yes
 test-xfail-XOPEN2K8/pwd.h/linknamespace = yes
 test-xfail-XOPEN2K8/regex.h/linknamespace = yes
 test-xfail-XOPEN2K8/search.h/linknamespace = yes
 test-xfail-XOPEN2K8/semaphore.h/linknamespace = yes
 test-xfail-XOPEN2K8/spawn.h/linknamespace = yes
 test-xfail-XOPEN2K8/syslog.h/linknamespace = yes
-test-xfail-XOPEN2K8/time.h/linknamespace = yes
 test-xfail-XOPEN2K8/unistd.h/linknamespace = yes
diff --git a/conform/list-header-symbols.pl b/conform/list-header-symbols.pl
index c0c695c..7d15a1b 100644
--- a/conform/list-header-symbols.pl
+++ b/conform/list-header-symbols.pl
@@ -47,17 +47,17 @@ $extra_syms{"XPG3"} = ["errno", "setjmp", "va_end", "environ", "signgam",
 $extra_syms{"XPG4"} = ["errno", "setjmp", "va_end", "environ", "signgam",
 		       "loc1", "loc2", "locs", "sigsetjmp", "optarg",
 		       "optind", "opterr", "optopt", "daylight", "timezone",
-		       "tzname"];
+		       "tzname", "getdate_err"];
 $extra_syms{"UNIX98"} = ["errno", "setjmp", "va_end", "environ", "signgam",
 			 "loc1", "loc2", "locs", "sigsetjmp", "optarg",
 			 "optind", "opterr", "optopt", "daylight", "timezone",
-			 "tzname"];
+			 "tzname", "getdate_err"];
 $extra_syms{"XOPEN2K"} = ["errno", "setjmp", "va_end", "environ", "signgam",
 			  "sigsetjmp", "optarg", "optind", "opterr", "optopt",
-			  "daylight", "timezone", "tzname"];
+			  "daylight", "timezone", "tzname", "getdate_err"];
 $extra_syms{"XOPEN2K8"} = ["errno", "setjmp", "va_end", "environ", "signgam",
 			   "sigsetjmp", "optarg", "optind", "opterr", "optopt",
-			   "daylight", "timezone", "tzname"];
+			   "daylight", "timezone", "tzname", "getdate_err"];
 $extra_syms{"POSIX2008"} = ["errno", "setjmp", "va_end", "environ",
 			    "sigsetjmp", "optarg", "optind", "opterr", "optopt",
 			    "tzname"];

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

Summary of changes:
 ChangeLog                      |   10 ++++++++++
 conform/Makefile               |    4 ----
 conform/list-header-symbols.pl |    8 ++++----
 3 files changed, 14 insertions(+), 8 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]