gdb/gdbarch: remove unused 'invalid=True' from gdbarch_components.py
authorAndrew Burgess <aburgess@redhat.com>
Mon, 6 Mar 2023 11:40:51 +0000 (11:40 +0000)
committerAndrew Burgess <aburgess@redhat.com>
Mon, 13 Mar 2023 21:51:03 +0000 (21:51 +0000)
commit021c14f6385a7c39176dccc568bf18b7de452143
tree2c8b9f65bcc37d479a23d9ebff621ecee0186d5a
parent5f056fcb3dce947447063f5ab225042177a59722
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>
gdb/gdbarch_components.py