This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap_profiled in repository toolchain/ci/binutils-gdb.
from ba0eb22c8b Fix a typo in the previous delta to bfdio.c. adds 17dccf1031 Fix typo in the "alias" example adds c675db743e Some "distclean" fixes in gdb adds aca6e93ecf Automatic date update in version.in adds a8ab094a32 Move copyright code from gdbarch.py to new file adds fb079cb5c4 Rewrite make-target-delegates in Python
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/Makefile.in | 2 +- gdb/copyright.py | 1 - gdb/doc/gdb.texinfo | 2 +- gdb/gdbarch-gen.h | 4 +- gdb/gdbarch.c | 4 +- gdb/gdbarch.py | 29 +-- gdb/gdbcopyright.py | 52 ++++++ gdb/make-target-delegates | 421 ------------------------------------------- gdb/make-target-delegates.py | 340 ++++++++++++++++++++++++++++++++++ gdb/target-delegates.c | 26 ++- gdb/testsuite/Makefile.in | 2 +- 12 files changed, 429 insertions(+), 456 deletions(-) create mode 100644 gdb/gdbcopyright.py delete mode 100755 gdb/make-target-delegates create mode 100755 gdb/make-target-delegates.py