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. 9d85a0ec6bc88b6d2149071af003881b6edf21b4


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  9d85a0ec6bc88b6d2149071af003881b6edf21b4 (commit)
      from  91529dc5ce73dffdf76f842c4ca2003cbddc665f (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=9d85a0ec6bc88b6d2149071af003881b6edf21b4

commit 9d85a0ec6bc88b6d2149071af003881b6edf21b4
Author: Yao Qi <yao@codesourcery.com>
Date:   Mon Dec 29 11:56:51 2014 +0800

    Clean up gdb.trace/entry-values.exp
    
    This patch is to clean up gdb.trace/entry-values.exp as a preparation
    of the next patch.  It updates the comments to reflect the code.
    
    One DIE generated in dwarf assembler is
    
     		GNU_call_site {
    		    {low_pc "$bar_start + $bar_call_foo" addr}
     		    {abstract_origin :$foo_label}
    
    the DW_AT_low_pc attribute is the return address after the call, so I
    rename variable bar_call_foo to returned_from_foo.
    
    gdb/testsuite:
    
    2014-12-29  Yao Qi  <yao@codesourcery.com>
    
    	* gdb.trace/entry-values.exp: Update comments.  Rename variable
    	bar_call_foo to returned_from_foo.

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

Summary of changes:
 gdb/testsuite/ChangeLog                  |    5 +++++
 gdb/testsuite/gdb.trace/entry-values.exp |   18 +++++++++---------
 2 files changed, 14 insertions(+), 9 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]