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. 84429e27c826c74b99791b8f1efe8dce03cfa6ca


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  84429e27c826c74b99791b8f1efe8dce03cfa6ca (commit)
      from  267418593cfb3986a924024a28e3283626399301 (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=84429e27c826c74b99791b8f1efe8dce03cfa6ca

commit 84429e27c826c74b99791b8f1efe8dce03cfa6ca
Author: Yao Qi <yao@codesourcery.com>
Date:   Sat Nov 22 21:28:31 2014 +0800

    Use MACRO_AT_func in entry-values.exp
    
    MACRO_AT_func can be used in gdb.trace/entry-values.exp to correctly
    get function's address in generated debug info.  As a result, the test
    is more friendly to clang.  Currently, there are some fails in
    entry-values.exp when the test is compiled by clang.  With this patch
    applied, all fails go away.
    
    gdb/testsuite:
    
    2014-11-22  Yao Qi  <yao@codesourcery.com>
    
    	* gdb.trace/entry-values.c: Remove asms.
    	(foo): Add foo_label.
    	(bar): Add bar_label.
    	* gdb.trace/entry-values.exp: Remove code computing  foo's
    	length and bar's length.
    	(Dwarf::assemble): Invoke function_range for bar and use
    	MACRO_AT_func for foo.

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

Summary of changes:
 gdb/testsuite/ChangeLog                  |   10 ++++
 gdb/testsuite/gdb.trace/entry-values.c   |    8 +--
 gdb/testsuite/gdb.trace/entry-values.exp |   85 +++++-------------------------
 3 files changed, 25 insertions(+), 78 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]