This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils 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. 0a9c7b2bf1903322a9b03d76c9c171bcd2ad3cf0


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  0a9c7b2bf1903322a9b03d76c9c171bcd2ad3cf0 (commit)
      from  342df9df2426b93b1b218848224a26f387c37ecd (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=0a9c7b2bf1903322a9b03d76c9c171bcd2ad3cf0

commit 0a9c7b2bf1903322a9b03d76c9c171bcd2ad3cf0
Author: Nick Clifton <nickc@redhat.com>
Date:   Tue Jan 28 13:43:35 2014 +0000

    When parsing a DW_FORM_ref_addr attribute the CU containing the
    abbreviation may not be the current CU.  Thus we need to make sure
    that when we read the abbreviation we use the correct CU.
    
    	* dwarf2.c (find_abstract_instance_name): For DW_FORM_ref_addr
    	attributes select the CU containing the abbreviation, which may not
    	be the current CU.

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

Summary of changes:
 bfd/ChangeLog |    6 ++++++
 bfd/dwarf2.c  |   24 ++++++++++++++++++++++++
 2 files changed, 30 insertions(+), 0 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]