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. 88056fbbf4fc603517ce2e09c0ee4398ab354836


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  88056fbbf4fc603517ce2e09c0ee4398ab354836 (commit)
      from  705096250d59d9aaf3855a350edd2f3946777dd4 (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=88056fbbf4fc603517ce2e09c0ee4398ab354836

commit 88056fbbf4fc603517ce2e09c0ee4398ab354836
Author: Pedro Alves <palves@redhat.com>
Date:   Fri Jul 25 17:34:05 2014 +0100

    fix build: update clear_proceed_status callers
    
    A previous patch added a new parameter to clear_proceed_status, but
    forgot to update a few callers.
    
    Tested by building on x86_64 Fedora 20, with --enable-targets=all.
    
    gdb/
    2014-07-25  Pedro Alves  <palves@redhat.com>
    
    	* go32-nat.c (go32_create_inferior): Pass 0 to clear_proceed_status.
    	* monitor.c (monitor_create_inferior): Likewise.
    	* remote-m32r-sdi.c (m32r_create_inferior): Likewise.
    	* remote-sim.c (gdbsim_create_inferior): Likewise.
    	* solib-irix.c (irix_solib_create_inferior_hook): Likewise.
    	* solib-osf.c (osf_solib_create_inferior_hook): Likewise.
    	* windows-nat.c (do_initial_windows_stuff): Likewise.

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

Summary of changes:
 gdb/ChangeLog         |   10 ++++++++++
 gdb/go32-nat.c        |    2 +-
 gdb/monitor.c         |    2 +-
 gdb/remote-m32r-sdi.c |    2 +-
 gdb/remote-sim.c      |    2 +-
 gdb/solib-irix.c      |    2 +-
 gdb/solib-osf.c       |    2 +-
 gdb/windows-nat.c     |    2 +-
 8 files changed, 17 insertions(+), 7 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]