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


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  c1a7b7c6f83bf330bba2326cdacd2d898555494e (commit)
      from  c38e85596e435e83efa054b2d069ebb20dd9525e (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=c1a7b7c6f83bf330bba2326cdacd2d898555494e

commit c1a7b7c6f83bf330bba2326cdacd2d898555494e
Author: Pedro Alves <palves@redhat.com>
Date:   Fri Mar 7 15:36:50 2014 +0000

    Make the go32-nat.c target inherit inf-child.c.
    
    So that all native targets inherit a single "superclass".
    
    Target methods that are set to or do the same as inf-child.c's are
    removed.
    
    Tested by cross building on Fedora 17.
    
    gdb/
    2014-03-07  Pedro Alves  <palves@redhat.com>
    
    	* go32-nat.c: Include inf-child.h.
    	(go32_ops): Delete global.
    	(go32_close, go32_detach, go32_prepare_to_store, go32_can_run):
    	Delete methods.
    	(go32_create_inferior): Push the passed in target pointer instead
    	of referencing go32_ops.
    	(init_go32_ops): Delete function.  Moved parts to _initialize_go32_nat.
    	(go32_target): New function, based on init_go32_ops, but inherit
    	inf_child_target.
    	(_initialize_go32_nat): Use go32_target.  Move parts of
    	init_go32_ops here.

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

Summary of changes:
 gdb/ChangeLog  |   14 ++++++
 gdb/go32-nat.c |  144 ++++++++++++++++++++++----------------------------------
 2 files changed, 70 insertions(+), 88 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]