diff options
author | Joseph Myers <joseph@codesourcery.com> | 2015-05-21 16:24:24 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2015-05-21 16:24:24 +0000 |
commit | 9d12d7652b830635528639ece2206ecf5bb9ffbf (patch) | |
tree | c07b7cd522d2af39a0e8f834a8816cdccd6c0618 /ChangeLog | |
parent | 0f87de79e935b2f8bcc2b90ab750a358c26f6715 (diff) | |
download | glibc-9d12d7652b830635528639ece2206ecf5bb9ffbf.zip glibc-9d12d7652b830635528639ece2206ecf5bb9ffbf.tar.gz glibc-9d12d7652b830635528639ece2206ecf5bb9ffbf.tar.bz2 |
linknamespace: whitelist re_syntax_options.
This patch adds re_syntax_options (bug 18442) to the set of symbols
that are whitelisted in the linknamespace tests because, while the
references to them are genuine bugs that should be fixed, the
involvement of data symbols makes them harder to fix than most such
bugs.
Tested for x86_64 and x86.
* conform/linknamespace.pl (@whitelist): Add re_syntax_options.
* conform/Makefile (test-xfail-UNIX98/regex.h/linknamespace):
Remove variable.
(test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
(test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
(test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2015-05-21 Joseph Myers <joseph@codesourcery.com> + + * conform/linknamespace.pl (@whitelist): Add re_syntax_options. + * conform/Makefile (test-xfail-UNIX98/regex.h/linknamespace): + Remove variable. + (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise. + (test-xfail-POSIX2008/regex.h/linknamespace): Likewise. + (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise. + 2015-05-21 Florian Weimer <fweimer@redhat.com> * stdio-common/vfprintf.c (LABEL, JUMP_TABLE_BASE_LABEL, REF): |