gdb/gdbarch: remove yet more 'invalid=True' from gdbarch_components.py
authorAndrew Burgess <aburgess@redhat.com>
Mon, 6 Mar 2023 11:45:12 +0000 (11:45 +0000)
committerAndrew Burgess <aburgess@redhat.com>
Mon, 13 Mar 2023 21:51:03 +0000 (21:51 +0000)
commit0605df704d6f3c28c47bf6cd623bb237919e17a1
treeb03bcc0d136372509c94444f99f18d256b2004d8
parent021c14f6385a7c39176dccc568bf18b7de452143
gdb/gdbarch: remove yet more 'invalid=True' from gdbarch_components.py

Following on from the previous commit, this commit removes yet more
'invalid=True' lines from gdbarch_components.py where the invalid
setting has no effect.

Due to the algorithm used in gdbarch.py for generated verify_gdbarch,
if a component has a postdefault value then no invalid check will ever
be generated for the component, as such setting 'invalid=True' on the
component is pointless.  This commit removes the setting of invalid.

There is no change in the generated code after this commit.

Approved-By: Simon Marchi <simon.marchi@efficios.com>
gdb/gdbarch_components.py