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. 4d072ce478ebb605b2f0ca326c7c3168d4ee5989


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  4d072ce478ebb605b2f0ca326c7c3168d4ee5989 (commit)
      from  528653254b46ccd95d7ffbef73acbcc1242eaee6 (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=4d072ce478ebb605b2f0ca326c7c3168d4ee5989

commit 4d072ce478ebb605b2f0ca326c7c3168d4ee5989
Author: Joel Brobecker <brobecker@adacore.com>
Date:   Thu Apr 24 12:09:11 2014 -0400

    Unnecessary XA type handling in ada_varobj_describe_simple_array_child
    
    ada-varobj.c::ada_varobj_describe_simple_array_child only ever gets
    called after all GNAT encodings have been applied to (parent_value,
    parent_type). So there is no point in redoing it partially by
    checking for parallel XA types again.
    
    gdb/ChangeLog:
    
    	* ada-varobj.c (ada_varobj_describe_simple_array_child): Remove
    	handling of parallel ___XA types.

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

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