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


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  adde2bff0757e89175ede493f03b86953d0d9352 (commit)
      from  3be75f87b9a0e5b06175dadedb268c609609c821 (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=adde2bff0757e89175ede493f03b86953d0d9352

commit adde2bff0757e89175ede493f03b86953d0d9352
Author: Doug Evans <xdje42@gmail.com>
Date:   Thu Feb 20 09:13:53 2014 -0800

    Fix PR symtab/16581
    
    	* dwarf2read.c (struct die_info): New member in_process.
    	(reset_die_in_process): New function.
    	(process_die): Set it at the start, reset when returning.
    	(inherit_abstract_dies): Only call process_die if origin_child_die
    	not already being processed.
    
    	testsuite/
    	* gdb.dwarf2/dw2-icycle.S: New file.
    	* gdb.dwarf2/dw2-icycle.c: New file.
    	* gdb.dwarf2/dw2-icycle.exp: New file.

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

Summary of changes:
 gdb/ChangeLog                                     |   11 +
 gdb/dwarf2read.c                                  |   30 +++-
 gdb/testsuite/ChangeLog                           |    9 +
 gdb/testsuite/gdb.dwarf2/dw2-icycle.S             |  258 +++++++++++++++++++++
 gdb/testsuite/gdb.dwarf2/{main.c => dw2-icycle.c} |    0
 gdb/testsuite/gdb.dwarf2/dw2-icycle.exp           |   46 ++++
 6 files changed, 352 insertions(+), 2 deletions(-)
 create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-icycle.S
 copy gdb/testsuite/gdb.dwarf2/{main.c => dw2-icycle.c} (100%)
 create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-icycle.exp


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]