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. 8838afaf75d0c3fcf43e246e09664219bc5bfc74


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  8838afaf75d0c3fcf43e246e09664219bc5bfc74 (commit)
      from  d86d4aafd4fa22fa4cccb83253fb187b03f97f48 (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=8838afaf75d0c3fcf43e246e09664219bc5bfc74

commit 8838afaf75d0c3fcf43e246e09664219bc5bfc74
Author: Tom Tromey <tromey@redhat.com>
Date:   Thu Feb 20 14:05:32 2014 -0700

    mark *_varobj_ops as "extern"
    
    The AIX linker pointed out that gdb had multiple definitions of the
    various *_varobj_ops objects.  This patch fixes the problem by marking
    the declarations as "extern" in varobj.h.  Tested by rebuilding on
    x86-64 Fedora 18 and on AIX.
    
    2014-02-20  Tom Tromey  <tromey@redhat.com>
    
    	* varobj.h (c_varobj_ops, cplus_varobj_ops, java_varobj_ops)
    	(ada_varobj_ops): Mark "extern".

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

Summary of changes:
 gdb/ChangeLog |    5 +++++
 gdb/varobj.h  |    8 ++++----
 2 files changed, 9 insertions(+), 4 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]