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


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

commit ab16fce80e60f15058b594f624024219c3a7a000
Author: Tom Tromey <tromey@redhat.com>
Date:   Sat Jul 13 11:19:14 2013 -0600

    remove using_exec_ops global
    
    This removes the using_exec_ops global from exec.c, in favor of
    querying the target stack directly using target_is_pushed.  This is
    more in keeping with other code in gdb, and is also more future-proof
    as it is more multi-target-ready.
    
    Built and regtested on x86-64 Fedora 20.
    
    2014-07-25  Tom Tromey  <tromey@redhat.com>
    
    	* exec.c (using_exec_ops): Remove.
    	(exec_close_1): Update.  Remove extraneous block, reindent.
    	(add_target_sections): Use target_is_pushed.

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

Summary of changes:
 gdb/ChangeLog |    6 ++++++
 gdb/exec.c    |   32 +++++++++++---------------------
 2 files changed, 17 insertions(+), 21 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]