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-arm-bootstrap_debug in repository toolchain/ci/binutils-gdb.
from 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 adds c1dae0a6a0 fbsd-tdep: Implement the vsyscall_range gdbarch hook. adds 63db53cd53 i386-fbsd-nat: Assume PT_GETXMMREGS is present. adds 72919b16ec i386-bsd-nat: Assume PT_GETXMMREGS is present. adds 74320502cb configure: Stop checking for PT_GETXMMREGS. new a8dc389afe Automatic date update in version.in
The 1 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/configure | 37 ---- gdb/configure.ac | 20 -- gdb/copyright.py | 1 - 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 ++- 14 files changed, 536 insertions(+), 534 deletions(-) create mode 100644 gdb/gdbcopyright.py delete mode 100755 gdb/make-target-delegates create mode 100755 gdb/make-target-delegates.py