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_O3 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 new c1dae0a6a0 fbsd-tdep: Implement the vsyscall_range gdbarch hook. new 63db53cd53 i386-fbsd-nat: Assume PT_GETXMMREGS is present. new 72919b16ec i386-bsd-nat: Assume PT_GETXMMREGS is present. new 74320502cb configure: Stop checking for PT_GETXMMREGS.
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: bfd/version.h | 2 +- gdb/Makefile.in | 2 +- gdb/configure | 37 ---- gdb/configure.ac | 20 -- gdb/copyright.py | 1 - gdb/doc/gdb.texinfo | 2 +- gdb/fbsd-tdep.c | 110 +++++++++++ gdb/gdbarch-gen.h | 4 +- gdb/gdbarch.c | 4 +- gdb/gdbarch.py | 29 +-- gdb/gdbcopyright.py | 52 ++++++ gdb/i386-bsd-nat.c | 10 - gdb/i386-fbsd-nat.c | 14 -- gdb/make-target-delegates | 421 ------------------------------------------- gdb/make-target-delegates.py | 340 ++++++++++++++++++++++++++++++++++ gdb/target-delegates.c | 26 ++- gdb/testsuite/Makefile.in | 2 +- 17 files changed, 539 insertions(+), 537 deletions(-) create mode 100644 gdb/gdbcopyright.py delete mode 100755 gdb/make-target-delegates create mode 100755 gdb/make-target-delegates.py