This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 5647d3e3dc1 Add Bruno Larsen to gdb/MAINTAINERS new 187365caaad Remove vestigal FreeBSD/i386 3.x support. new bf84b776bda Remove support for pre-5.0 FreeBSD/i386 signal trampolines. new 5046f3c8c0c FreeBSD x86: Remove fallback for detecting signal trampolin [...] new b623bbc9a5b regcache: Zero-extend small registers described by a register map. new a423c9f3929 Use register maps for gp regsets on FreeBSD/x86 core dumps. new 7384826ebff FreeBSD x86: Use tramp-frame for signal frames. new b95a31ed5d2 fbsd-nat: Return a bool from fetch_register_set and store_r [...] new 00d7af046f1 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/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/x86-bsd-nat.c | 4 - gdb/x86-bsd-nat.h | 3 - 16 files changed, 808 insertions(+), 781 deletions(-) copy gdb/{testsuite/gdb.base/cursal.c => amd64-fbsd-tdep.h} (73%)