cleanup: Add missing feature/ XML files to Makefile
authorKeith Seitz <keiths@redhat.com>
Mon, 12 Sep 2022 14:56:58 +0000 (07:56 -0700)
committerKeith Seitz <keiths@redhat.com>
Thu, 29 Sep 2022 17:00:13 +0000 (10:00 -0700)
commitee8cc2b3f2d121718165b1cab2f537bbf30cae89
tree86f8ae09684d0b1ea916cf6562e4c1baea98fd2c
parent55b0ce4403e29e5c5295bc26024281c62e10ca3c
cleanup: Add missing feature/ XML files to Makefile

This patch adds some missing .xml files to features/Makefile so that when the
directory's C files are regenerated, all files are appropriately remade.

This has demonstrated that there have been several "misses" in regenerating
files in this directory. Namely, arm-secext.c and sparc{32,64}-solaris.c. For
the former case, there was what essentially amounts to a typo regarding the
create feature function's name. In the later case, this file has missed at least
one important update in July, 2020, when allocate_target_description was
changed to return a unique pointer.

Those corrections are included.
gdb/features/Makefile
gdb/features/arm/arm-secext.c
gdb/features/sparc/sparc32-solaris.c
gdb/features/sparc/sparc64-solaris.c