gdb/python: make some global variables static
authorAndrew Burgess <andrew.burgess@embecosm.com>
Mon, 25 Oct 2021 16:25:45 +0000 (17:25 +0100)
committerAndrew Burgess <aburgess@redhat.com>
Thu, 25 Nov 2021 10:07:15 +0000 (10:07 +0000)
commitc6a6aad52d9e839d6a84ac31cabe2b7e1a2a31a0
treecdbb63c1e4482fe8d6a74ca488b8dc82abc4d8c5
parent32b1f5e8d6b8ddd3be6e471c26dd85a1dac31dda
gdb/python: make some global variables static

Make a couple of global variables static in python/python.c.  To do
this I had to move the definition of extension_language_python to
later in the file.

There should be no user visible changes after this commit.
gdb/python/python.c