]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb: Update gdbarch.py with latest changes in gdbarch.c
authorThiago Jung Bauermann <thiago.bauermann@linaro.org>
Wed, 11 Jan 2023 16:27:27 +0000 (16:27 +0000)
committerThiago Jung Bauermann <thiago.bauermann@linaro.org>
Wed, 11 Jan 2023 19:41:50 +0000 (19:41 +0000)
commit6be354acf31c8007450114ad5ec64341a4afb608
treeca6673c900b7a72ff87b5782d362d1477a657460
parent2124b2de4bba05063218501dcccfc4cffe648cda
gdb: Update gdbarch.py with latest changes in gdbarch.c

Commit 2b16913cdca2 ("gdb: make gdbarch_alloc take ownership of the tdep")
changed gdbarch.c without updating gdbarch.py.  As a result, running
gdbarch.py reverts those changes and causes the build to fail.

So change gdbarch.py to generate the current version of gdbarch.c.

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