diff options
author | Filip Kastl <fkastl@suse.cz> | 2024-04-12 09:52:27 +0200 |
---|---|---|
committer | Filip Kastl <fkastl@suse.cz> | 2024-04-12 09:55:05 +0200 |
commit | e30e760b51b108786946e04a26e92531762b022d (patch) | |
tree | c02304d9c46b8b722a175e9a0874314e32c6051b /gcc | |
parent | b6c8259076a336e8082853ed6dda083c25a465d0 (diff) | |
download | gcc-e30e760b51b108786946e04a26e92531762b022d.zip gcc-e30e760b51b108786946e04a26e92531762b022d.tar.gz gcc-e30e760b51b108786946e04a26e92531762b022d.tar.bz2 |
contrib/check-params-in-docs.py: Ignore target-specific params
contrib/check-params-in-docs.py is a script that checks that all options
reported with gcc --help=params are in gcc/doc/invoke.texi and vice
versa.
gcc/doc/invoke.texi lists target-specific params but gcc --help=params
doesn't. This meant that the script would mistakenly complain about
parms missing from --help=params. Previously, the script was just set
to ignore aarch64 and gcn params which solved this issue only for x86.
This patch sets the script to ignore all target-specific params.
contrib/ChangeLog:
* check-params-in-docs.py: Ignore target specific params.
Signed-off-by: Filip Kastl <fkastl@suse.cz>
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions