about summary refs log tree commit diff
path: root/INSTALL
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2023-08-25 14:15:29 +0200
committerFlorian Weimer <fweimer@redhat.com>2023-08-25 14:19:16 +0200
commit3d9265467e67d4c0fafa28a2179b152ad2423099 (patch)
treee08874cd4c4f0ff7dee9fd30df2ba75fc0ca347d /INSTALL
parentf21962ddfc8bb23e92597da1f98e313dbde11cc1 (diff)
downloadglibc-3d9265467e67d4c0fafa28a2179b152ad2423099.tar.gz
glibc-3d9265467e67d4c0fafa28a2179b152ad2423099.tar.xz
glibc-3d9265467e67d4c0fafa28a2179b152ad2423099.zip
elf: Check that --list-diagnostics output has the expected syntax
Parts of elf/tst-rtld-list-diagnostics.py have been copied from
scripts/tst-ld-trace.py.

The abnf module is entirely optional and used to verify the
ABNF grammar as included in the manual.

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL7
1 files changed, 7 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 268acadd75..b29916e748 100644
--- a/INSTALL
+++ b/INSTALL
@@ -585,6 +585,13 @@ build the GNU C Library:
      in your system.  As of release time PExpect 4.8.0 is the newest
      verified to work to test the pretty printers.
 
+   • The Python ‘abnf’ module.
+
+     This module is optional and used to verify some ABNF grammars in
+     the manual.  Version 2.2.0 has been confirmed to work as expected.
+     A missing ‘abnf’ module does not reduce the test coverage of the
+     library itself.
+
    • GDB 7.8 or later with support for Python 2.7/3.4 or later
 
      GDB itself needs to be configured with Python support in order to