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. 9c1877ead06db18e19614a598d1e280acb97e971


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  9c1877ead06db18e19614a598d1e280acb97e971 (commit)
      from  7ba3b1171f703e21555d78fbfb34be01adc89d5a (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=9c1877ead06db18e19614a598d1e280acb97e971

commit 9c1877ead06db18e19614a598d1e280acb97e971
Author: Doug Evans <xdje42@gmail.com>
Date:   Thu Nov 6 17:10:51 2014 -0800

    solib_global_lookup: Fetch arch from objfile, not target_gdbarch.
    
    gdb/ChangeLog:
    
    	* objfiles.c (get_objfile_arch): Constify.
    	* objfiles.h (get_objfile_arch): Update prototype.
    	* solib.c (solib_global_lookup): Fetch arch from objfile,
    	not target_gdbarch.

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

Summary of changes:
 gdb/ChangeLog  |    7 +++++++
 gdb/objfiles.c |    3 ++-
 gdb/objfiles.h |    2 +-
 gdb/solib.c    |    2 +-
 4 files changed, 11 insertions(+), 3 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]