Fix linknamespace getdate_err handling.
commite3d6dba5dfe2e125b15ea1dd36c8dfa373bb4956
authorJoseph Myers <joseph@codesourcery.com>
Wed, 3 Dec 2014 15:21:28 +0000 (3 15:21 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Wed, 3 Dec 2014 15:21:28 +0000 (3 15:21 +0000)
tree56ff1bfda930a80e8569b453b8aa86f28ffc93f3
parent28a91e8f65eb00d3bd9dd1edcdca439f66128b74
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.
ChangeLog
conform/Makefile
conform/list-header-symbols.pl