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 e54cb31aa3 MIPS/LD: Fix a segfault from ELF `e_flags' access with non-E [...] new 762c974a09 Implement the "get_siginfo_type" gdbarch method for FreeBSD [...] new 929edea98d Fetch signal information for native FreeBSD processes. new 6e5eab33ab Move the thread_section_name class to gdbcore.h. new 382b69bbb7 Add a new gdbarch method to fetch signal information from co [...] new 2af9fc4432 Use the thread_section_name helper class in fbsd_core_thread_name. new 0b9305edf1 Recognize the recently-added FreeBSD core dump note for LWP info. new e6f3b9c319 Create pseudo sections for FreeBSD NT_PTLWPINFO core notes. new 4b654465bf Read signal information from FreeBSD core dumps.
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: bfd/ChangeLog | 4 ++ bfd/elf.c | 4 ++ binutils/ChangeLog | 5 ++ binutils/readelf.c | 2 + gdb/ChangeLog | 43 +++++++++++ gdb/corelow.c | 82 ++++----------------- gdb/fbsd-nat.c | 162 ++++++++++++++++++++++++++++++++++++++++++ gdb/fbsd-tdep.c | 197 +++++++++++++++++++++++++++++++++++++++++++++++++-- gdb/gdbarch.c | 32 +++++++++ gdb/gdbarch.h | 10 +++ gdb/gdbarch.sh | 5 ++ gdb/gdbcore.h | 45 ++++++++++++ gdb/linux-tdep.c | 21 ++++++ include/ChangeLog | 4 ++ include/elf/common.h | 1 + 15 files changed, 544 insertions(+), 73 deletions(-)