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 458ca1d02e Garbage collect reattach_breakpoints new 72bc1bb934 ELF/BFD: Fix padding in `elf_external_linux_prpsinfo64' new a2f63b2e7a ELF/BFD,GDB: Handle both variants of the 32-bit Linux core P [...] new 3c9a7b0d6d ELF/BFD: Handle both variants of the 64-bit Linux core PRPSI [...] new fe22022617 GDB: Remove Linux core PRPSINFO note writer override
The 4 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 | 52 +++++++++++++++++++ bfd/elf-bfd.h | 12 +++-- bfd/elf-linux-core.h | 139 +++++++++++++++++++++++++++++++++++++++++++++------ bfd/elf.c | 38 +++++++++++--- bfd/elf32-am33lin.c | 2 + bfd/elf32-arm.c | 2 + bfd/elf32-cris.c | 2 + bfd/elf32-frv.c | 2 + bfd/elf32-i386.c | 2 + bfd/elf32-m32r.c | 2 + bfd/elf32-m68k.c | 2 + bfd/elf32-ppc.c | 64 ------------------------ bfd/elf32-s390.c | 2 + bfd/elf32-sh.c | 2 + bfd/elf32-sparc.c | 2 + bfd/elf64-sh64.c | 2 + bfd/elfxx-target.h | 10 +++- gdb/ChangeLog | 15 ++++++ gdb/gdbarch.c | 32 ------------ gdb/gdbarch.h | 13 ----- gdb/gdbarch.sh | 8 --- gdb/linux-tdep.c | 23 +++------ gdb/ppc-linux-tdep.c | 8 +-- 23 files changed, 269 insertions(+), 167 deletions(-)