diff options
author | Joseph Myers <joseph@codesourcery.com> | 2018-08-31 21:19:51 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2018-08-31 21:19:51 +0000 |
commit | 2bbd06bcee5fe62896d71f78c6c2b6d0f3a23467 (patch) | |
tree | 4c28e38e786a26898976945861a014d591a94b2a /ChangeLog | |
parent | 81b9d87bae23efc42e2121ac066fe38fceb96124 (diff) | |
download | glibc-2bbd06bcee5fe62896d71f78c6c2b6d0f3a23467.zip glibc-2bbd06bcee5fe62896d71f78c6c2b6d0f3a23467.tar.gz glibc-2bbd06bcee5fe62896d71f78c6c2b6d0f3a23467.tar.bz2 |
Replace conform/list-header-symbols.pl with a Python script.
Continuing the move of test code from Perl to Python (which seems
uncontroversial, unlike dependencies on Python in the actual build of
glibc), this patch replaces conform/list-header-symbols.pl with a
Python script, as a first step in converting the conform/ tests.
(conform/glibcconform.py is an equivalent to GlibcConform.pm,
containing code that will be relevant to move than one of the conform/
scripts.)
Tested for x86_64, including verifying that the symbol lists generated
are identical to those generated by the Perl version.
* conform/glibcconform.py: New file.
* conform/list-header-symbols.py: Likewise.
* conform/list-header-symbols.pl: Remove.
* conform/Makefile (tests-special): Only add linknamespace tests
if [PYTHON].
($(linknamespace-symlists-tests)): Use list-header-symbols.py.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2018-08-31 Joseph Myers <joseph@codesourcery.com> + + * conform/glibcconform.py: New file. + * conform/list-header-symbols.py: Likewise. + * conform/list-header-symbols.pl: Remove. + * conform/Makefile (tests-special): Only add linknamespace tests + if [PYTHON]. + ($(linknamespace-symlists-tests)): Use list-header-symbols.py. + 2018-08-31 H.J. Lu <hongjiu.lu@intel.com> [BZ #23597] |