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 98a4fc7 Fix potential buffer overflows with sprintf and very large in [...] new a3405d1 Consolidate x86 debug register code for BSD native targets. new 5077bff Set debug registers on all threads belonging to the current i [...]
The 2 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/ChangeLog | 65 ++++++++++++++++ gdb/Makefile.in | 2 +- gdb/amd64bsd-nat.c | 90 ++-------------------- gdb/amd64bsd-nat.h | 38 ---------- gdb/amd64fbsd-nat.c | 33 +-------- gdb/config/i386/fbsd.mh | 4 +- gdb/config/i386/fbsd64.mh | 2 +- gdb/config/i386/nbsd64.mh | 2 +- gdb/config/i386/nbsdelf.mh | 2 +- gdb/config/i386/obsd.mh | 2 +- gdb/config/i386/obsd64.mh | 2 +- gdb/i386bsd-nat.c | 95 ++---------------------- gdb/i386bsd-nat.h | 15 ---- gdb/i386fbsd-nat.c | 18 +---- gdb/x86bsd-nat.c | 156 +++++++++++++++++++++++++++++++++++++++ gdb/{obsd-nat.h => x86bsd-nat.h} | 18 +++-- 16 files changed, 261 insertions(+), 283 deletions(-) delete mode 100644 gdb/amd64bsd-nat.h create mode 100644 gdb/x86bsd-nat.c copy gdb/{obsd-nat.h => x86bsd-nat.h} (69%)