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. 8eaff7cd138d8517f8c2fbc8be9b8c6eaf649bd9


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  8eaff7cd138d8517f8c2fbc8be9b8c6eaf649bd9 (commit)
      from  03388bb71c1a1d1c613bb963f3d9287cfd100138 (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=8eaff7cd138d8517f8c2fbc8be9b8c6eaf649bd9

commit 8eaff7cd138d8517f8c2fbc8be9b8c6eaf649bd9
Author: Tom Tromey <tromey@redhat.com>
Date:   Fri Feb 21 10:33:42 2014 -0700

    convert to_thread_address_space to use TARGET_DEFAULT_FUNC
    
    This converts to_thread_address_space to use TARGET_DEFAULT_FUNC.
    
    This method was one of a handful not using the normal target
    delegation approach.  The only rationale here is consistency in the
    target vector.
    
    Built and regtested on x86-64 Fedora 20.
    
    2014-06-04  Tom Tromey  <tromey@redhat.com>
    
    	* target-delegates.c: Rebuild.
    	* target.c (default_thread_address_space): New function.
    	(target_thread_address_space): Simplify.
    	* target.h (struct target_ops) <to_thread_address_space>: Add
    	TARGET_DEFAULT_FUNC.

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

Summary of changes:
 gdb/ChangeLog          |    8 ++++++++
 gdb/target-delegates.c |   10 ++++++++++
 gdb/target.c           |   46 ++++++++++++++++++++++++----------------------
 gdb/target.h           |    3 ++-
 4 files changed, 44 insertions(+), 23 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]