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


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  fa15f18deaf6f48e0b415ad3e8864de0b1cf6a39 (commit)
      from  4673aa7850ee7a8a806a9e61f531c8dd88f70325 (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=fa15f18deaf6f48e0b415ad3e8864de0b1cf6a39

commit fa15f18deaf6f48e0b415ad3e8864de0b1cf6a39
Author: Alan Modra <amodra@gmail.com>
Date:   Wed Dec 10 14:06:42 2014 +1030

    Don't access elf tdata in dwarf.c without first checking for an ELF bfd
    
    _bfd_dwarf2_find_nearest_line may be called on a COFF bfd.
    
    	* dwarf2.c (read_address): Check bfd_target_elf_flavour before
    	calling get_elf_backend_data.
    	(_bfd_dwarf2_find_nearest_line): Fix parens.

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

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