From 3d9265467e67d4c0fafa28a2179b152ad2423099 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 25 Aug 2023 14:15:29 +0200 Subject: 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 --- manual/install.texi | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'manual') diff --git a/manual/install.texi b/manual/install.texi index e8f36d5726..a81139780c 100644 --- a/manual/install.texi +++ b/manual/install.texi @@ -632,6 +632,14 @@ GDB, and should be compatible with the Python version in your system. 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 -- cgit 1.4.1