diff options
author | Florian Weimer <fweimer@redhat.com> | 2023-08-25 14:15:29 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2023-08-25 14:19:16 +0200 |
commit | 3d9265467e67d4c0fafa28a2179b152ad2423099 (patch) | |
tree | e08874cd4c4f0ff7dee9fd30df2ba75fc0ca347d /manual/install.texi | |
parent | f21962ddfc8bb23e92597da1f98e313dbde11cc1 (diff) | |
download | glibc-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 'manual/install.texi')
-rw-r--r-- | manual/install.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/manual/install.texi b/manual/install.texi index e8f36d5726..a81139780c 100644 --- a/manual/install.texi +++ b/manual/install.texi @@ -633,6 +633,14 @@ As of release time PExpect 4.8.0 is the newest verified to work to test the pretty printers. @item +The Python @code{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 @code{abnf} module does not reduce the test coverage of the +library itself. + +@item 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 use |