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 c93dbb25ac Fix an unitinitalised local variable in decode_arm_unwind(). new 1c7fe9515d Remove linux-waitpid.c debugging code new 08f10e02be Move gdb's xmalloc and friends to new file
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 | 13 ++++++ gdb/Makefile.in | 1 + gdb/alloc.c | 111 ++++++++++++++++++++++++++++++++++++++++++++++ gdb/common/common-utils.c | 72 ------------------------------ gdb/gdbserver/ChangeLog | 8 ++++ gdb/gdbserver/Makefile.in | 11 +++++ gdb/nat/linux-waitpid.c | 34 +------------- 7 files changed, 145 insertions(+), 105 deletions(-) create mode 100644 gdb/alloc.c