commit | 6be354acf31c8007450114ad5ec64341a4afb608 | [log] [tgz] |
---|---|---|
author | Thiago Jung Bauermann <thiago.bauermann@linaro.org> | Wed Jan 11 16:27:27 2023 +0000 |
committer | Thiago Jung Bauermann <thiago.bauermann@linaro.org> | Wed Jan 11 19:41:50 2023 +0000 |
tree | ca6673c900b7a72ff87b5782d362d1477a657460 | |
parent | 2124b2de4bba05063218501dcccfc4cffe648cda [diff] |
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>