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


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  ca092b61dcb002e8eac3f745c84d8d9869262d2a (commit)
      from  0a1e61210c1740acbd5739afdf0f445a7e613d5c (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=ca092b61dcb002e8eac3f745c84d8d9869262d2a

commit ca092b61dcb002e8eac3f745c84d8d9869262d2a
Author: Doug Evans <xdje42@gmail.com>
Date:   Thu Nov 21 20:28:35 2013 -0800

    Move types_deeply_equal from py-type.c to gdbtypes.c.
    
    	* gdbtypes.c: #include bcache.h, dwarf2loc.h.
    	(type_equality_entry): Move here from python/py-type.c.
    	(type_equality_entry_d): Ditto.
    	(compare_maybe_null_strings, check_types_equal): Ditto.
    	(check_types_worklist, types_deeply_equal): Ditto.
    	* gdbtypes.h (types_deeply_equal): Declare.
    	* python/py-type.c: Remove inclusion of bcache.h, dwarf2loc.h.
    	(typy_richcompare): Update.

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

Summary of changes:
 gdb/ChangeLog        |   11 +++
 gdb/gdbtypes.c       |  212 ++++++++++++++++++++++++++++++++++++++++++++++++++
 gdb/gdbtypes.h       |    2 +
 gdb/python/py-type.c |  191 +--------------------------------------------
 4 files changed, 229 insertions(+), 187 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]