Split gdbarch.h into two files
authorTom Tromey <tom@tromey.com>
Tue, 14 Dec 2021 23:48:45 +0000 (16:48 -0700)
committerTom Tromey <tom@tromey.com>
Fri, 17 Dec 2021 21:53:44 +0000 (14:53 -0700)
commit2b7c3f1dc0fb7158ec019018d61927f364243fbc
tree1b209bfe3cde34918f38ab974bfeabbec0d7570e
parent74fcd19c514f7beb24ab842381453efb74a8ac58
Split gdbarch.h into two files

This patch splits gdbarch.h into two files -- gdbarch.h now is
editable and hand-maintained, and the new gdbarch-gen.h file is the
only thing generated by gdbarch.sh.  This lets us avoid maintaining
boilerplate in the gdbarch.sh file.

Note that gdbarch.sh still generates gdbarch.h after this patch.  This
makes it easier to re-run when rebasing.  This code is removed in a
subsequent patch.
gdb/gdbarch-gen.h [new file with mode: 0644]
gdb/gdbarch.h
gdb/gdbarch.sh