diff options
author | Andrew Burgess <aburgess@redhat.com> | 2023-03-06 11:40:51 +0000 |
---|---|---|
committer | Andrew Burgess <aburgess@redhat.com> | 2023-03-13 21:51:03 +0000 |
commit | 021c14f6385a7c39176dccc568bf18b7de452143 (patch) | |
tree | 2c8b9f65bcc37d479a23d9ebff621ecee0186d5a /gdb/python/lib | |
parent | 5f056fcb3dce947447063f5ab225042177a59722 (diff) | |
download | binutils-021c14f6385a7c39176dccc568bf18b7de452143.zip binutils-021c14f6385a7c39176dccc568bf18b7de452143.tar.gz binutils-021c14f6385a7c39176dccc568bf18b7de452143.tar.bz2 |
gdb/gdbarch: remove unused 'invalid=True' from gdbarch_components.py
Due to the algorithm used to generate verify_gdbarch in gdbarch.py, if
a component has a predicate, then a validation check will never be
generated.
There are a bunch of components that are declared with both a
predicate AND have 'invalid=True' set. The 'invalid=True' has no
effect.
In this commit I clean things up by removing all these additional
'invalid=True' lines. There's no change in any of the generated files
after this commit.
Approved-By: Simon Marchi <simon.marchi@efficios.com>
Diffstat (limited to 'gdb/python/lib')
0 files changed, 0 insertions, 0 deletions