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 6e321fa Add missing ChangeLog entry for "fix undefined reference [... [...] new b00f86d Add constants for FreeBSD-specific auxiliary vector entry types. new aa1ed4a Add elfcore_grok_freebsd_note to parse FreeBSD ELF core notes. new 7697fc9 Fetch the ELF auxiliary vector from live processes on FreeBSD. new 3350c5f Create a pseudo section for the ELF AUXV core dump note on FreeBSD. new 2faa344 Add a new gdbarch method to print a single AUXV entry. new 82372b2 Add a gdbarch 'print_auxv_entry' method for FreeBSD ABIs.
The 6 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 | 15 ++++ bfd/elf.c | 152 +++++++++++++++++++++++++++++++++++--- gdb/ChangeLog | 24 ++++++ gdb/auxv.c | 204 +++++++++++++++++++++++++++++---------------------- gdb/auxv.h | 14 ++++ gdb/fbsd-nat.c | 76 +++++++++++++++++++ gdb/fbsd-tdep.c | 35 +++++++++ gdb/gdbarch.c | 24 ++++++ gdb/gdbarch.h | 7 ++ gdb/gdbarch.sh | 5 ++ include/ChangeLog | 7 ++ include/elf/common.h | 10 +++ 12 files changed, 477 insertions(+), 96 deletions(-)