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


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  a1b34d156a85f8c93af66a3677e75a132bfcc54a (commit)
      from  53116d5d21c469147aaa2717fd79dd12ddeed959 (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=a1b34d156a85f8c93af66a3677e75a132bfcc54a

commit a1b34d156a85f8c93af66a3677e75a132bfcc54a
Author: Yao Qi <yao@codesourcery.com>
Date:   Tue Aug 26 21:02:49 2014 +0800

    Remove dwarf_decode_lines argumewant_line_info
    
    Hi,
    dwarf_decode_lines is called in two functions,
    dwarf2_build_include_psymtabs and handle_DW_AT_stmt_list, in which, 1
    is passed to argument 'want_line_info' and 'want_line_info' is a
    conditional variable in dwarf_decode_lines.  We can simplify it by
    removing 'want_line_info' and propagating the constant 1 into
    dwarf_decode_lines.  This is what this patch does.  This patch also
    remove one line comment about WANT_LINE_INFO in
    handle_DW_AT_stmt_list, as handle_DW_AT_stmt_list doesn't have such
    argument.
    
    gdb:
    
    2014-08-28  Yao Qi  <yao@codesourcery.com>
    
    	* dwarf2read.c (dwarf_decode_lines): Update declaration.
    	(handle_DW_AT_stmt_list): Remove comment about WANT_LINE_INFO.
    	(dwarf_decode_lines): Remove argument
    	want_line_info.  Remove condition check on want_line_info.
    	Callers update.

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

Summary of changes:
 gdb/ChangeLog    |    8 ++++++++
 gdb/dwarf2read.c |   16 ++++++----------
 2 files changed, 14 insertions(+), 10 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]