This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/gdb.
from 459140adc0 Add top-level .editorconfig file adds 12735d3472 gdb/build: Fix Wpessimizing-move in clang build adds 5647d3e3dc Add Bruno Larsen to gdb/MAINTAINERS new 187365caaa Remove vestigal FreeBSD/i386 3.x support. new bf84b776bd Remove support for pre-5.0 FreeBSD/i386 signal trampolines. new 5046f3c8c0 FreeBSD x86: Remove fallback for detecting signal trampoline [...] new b623bbc9a5 regcache: Zero-extend small registers described by a register map. new a423c9f392 Use register maps for gp regsets on FreeBSD/x86 core dumps. new 7384826ebf FreeBSD x86: Use tramp-frame for signal frames. new b95a31ed5d fbsd-nat: Return a bool from fetch_register_set and store_re [...] new 00d7af046f FreeBSD x86 nat: Use register maps for GP register sets.
The 8 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: gdb/MAINTAINERS | 1 + gdb/amd64-bsd-nat.c | 96 ----- gdb/amd64-fbsd-nat.c | 346 ++++++++++------- gdb/amd64-fbsd-tdep.c | 277 +++++++------ .../gdb.base/cursal.c => amd64-fbsd-tdep.h} | 28 +- gdb/amd64-tdep.h | 5 - gdb/configure.nat | 4 +- gdb/fbsd-nat.c | 8 +- gdb/fbsd-nat.h | 21 +- gdb/i386-bsd-nat.c | 98 +---- gdb/i386-fbsd-nat.c | 255 ++++++++++-- gdb/i386-fbsd-tdep.c | 429 +++++++++------------ gdb/i386-fbsd-tdep.h | 4 + gdb/i386-tdep.h | 4 - gdb/regcache.c | 7 +- gdb/tui/tui-disasm.c | 2 +- gdb/x86-bsd-nat.c | 4 - gdb/x86-bsd-nat.h | 3 - 18 files changed, 810 insertions(+), 782 deletions(-) copy gdb/{testsuite/gdb.base/cursal.c => amd64-fbsd-tdep.h} (73%)