Rewrite make-target-delegates in Python
authorTom Tromey <tromey@adacore.com>
Mon, 14 Feb 2022 17:19:06 +0000 (10:19 -0700)
committerTom Tromey <tromey@adacore.com>
Wed, 2 Mar 2022 16:11:30 +0000 (09:11 -0700)
commitfb079cb5c419e03d400a0a139c3ccc4eedc33bef
tree06583fd6f6e61270050ccb8af732820cdfbc3ae9
parenta8ab094a329bd2d212f17485b24ad84fa409b546
Rewrite make-target-delegates in Python

I think gdb is probably better off having fewer languages involved
when generating code.  'sh' is unavoidable for build-time generation,
but for other things, let's use Python.

This rewrites make-target-delegates in Python.  I've stuck pretty
closely to the original code in this rewrite, so it may look slightly
weird from a Python perspective.

The only output difference is that a copyright header is now
generated, using the code introduced in the previous patch.

make-target-delegates.py is simpler to invoke, as it knows the correct
input file to scan and it creates the output file itself.
gdb/make-target-delegates [deleted file]
gdb/make-target-delegates.py [new file with mode: 0755]
gdb/target-delegates.c