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


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  e095146be2c9f27e20743810038dc372a0387f75 (commit)
      from  5db3e65d39c4018e88c3e7bba089fa9df11e7617 (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=e095146be2c9f27e20743810038dc372a0387f75

commit e095146be2c9f27e20743810038dc372a0387f75
Author: Yao Qi <yao@codesourcery.com>
Date:   Tue Feb 18 14:57:03 2014 +0800

    Fix PR16220
    
    This patch removes startup_gdbarch because it is not used anymore.
    After this patch,
    
     [PATCH] Multi-process + multi-arch: GDB
     https://sourceware.org/ml/gdb-patches/2012-11/msg00228.html
    
    global variable target_gdbarch is removed and gdbarch becomes
    per-inferior.  Then, we don't have to keep global variable
    startup_gdbarch.
    
    Rebuild GDB with all targets.  Is it OK?
    
    gdb:
    
    2014-02-18  Yao Qi  <yao@codesourcery.com>
    
    	PR gdb/16220
    	* gdbarch.sh: Remove startup_gdbarch.
    	* gdbarch.c: Regenerated.
    	* gdbarch.h: Likewise.

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

Summary of changes:
 gdb/ChangeLog  |    7 ++
 gdb/gdbarch.c  |  182 --------------------------------------------------------
 gdb/gdbarch.h  |    5 --
 gdb/gdbarch.sh |   50 ---------------
 4 files changed, 7 insertions(+), 237 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]