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. ce9e3fe795c05bd7458a1466e14104f489f2b483


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  ce9e3fe795c05bd7458a1466e14104f489f2b483 (commit)
      from  19f2f6a9c4aeb0e37d448cb5593164e25ab055a9 (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=ce9e3fe795c05bd7458a1466e14104f489f2b483

commit ce9e3fe795c05bd7458a1466e14104f489f2b483
Author: Pedro Alves <palves@redhat.com>
Date:   Tue Jul 15 15:35:28 2014 +0100

    [GDBserver] Avoid stale errno
    
    Although most compilers follow right-to-left evaluation order, the
    order of evaluation of a function call's arguments is really
    unspecified.  target_pid_to_str or ptid_of may well clobber errno when
    we get to evaluate the third argument to debug_printf.
    
    gdb/gdbserver/
    2014-07-15  Pedro Alves  <palves@redhat.com>
    
    	* linux-low.c (linux_kill_one_lwp): Save errno and work with saved
    	copy.

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

Summary of changes:
 gdb/gdbserver/ChangeLog   |    5 +++++
 gdb/gdbserver/linux-low.c |   20 ++++++++++++++------
 2 files changed, 19 insertions(+), 6 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]