This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb and binutils branch master updated. ed859da732b00d5928f0b311454fa6474c04c15b


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  ed859da732b00d5928f0b311454fa6474c04c15b (commit)
      from  f1fb1cd70ad4b68c23b3fb5f20dd9559b3e3b7ea (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=ed859da732b00d5928f0b311454fa6474c04c15b

commit ed859da732b00d5928f0b311454fa6474c04c15b
Author: Gary Benson <gbenson@redhat.com>
Date:   Tue Sep 2 16:28:54 2014 +0100

    Use XCNEW rather than xcalloc (1, ...) in linux-x86-low.c
    
    This commit replaces two uses of xcalloc (1, ...) with XCNEW.
    
    gdb/gdbserver/ChangeLog:
    
    	* linux-x86-low.c (x86_linux_new_process): Use XCNEW.
    	(x86_linux_new_thread): Likewise.

-----------------------------------------------------------------------

Summary of changes:
 gdb/gdbserver/ChangeLog       |    5 +++++
 gdb/gdbserver/linux-x86-low.c |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
gdb and binutils


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]