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. 783cecc8b3b4aeb00b901cdc0883f93839ac222b


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  783cecc8b3b4aeb00b901cdc0883f93839ac222b (commit)
      from  60ac5798c80a8c0e51c34756ade51c6312add573 (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=783cecc8b3b4aeb00b901cdc0883f93839ac222b

commit 783cecc8b3b4aeb00b901cdc0883f93839ac222b
Author: Yao Qi <yao@codesourcery.com>
Date:   Mon Aug 4 14:26:25 2014 +0800

    Remove pst from dwarf_decode_lines_1
    
    Hi,
    Parameter 'pst' of function dwarf_decode_lines_1 isn't used except
    to compute decode_for_pst_p, which has been got in the caller
    dwarf_decode_lines.  I wonder it would be good if we just pass
    'decode_for_pst_p'.
    
    gdb:
    
    2014-08-15  Yao Qi  <yao@codesourcery.com>
    
    	* dwarf2read.c (dwarf_decode_lines_1): Remove parameter 'pst'.
    	Add parameter 'decode_for_pst_p'.  Callers update.

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

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