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


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  acc018ac031c9e03e012d7d2f3871bfe6b16168d (commit)
      from  1e508ea5e14eab82759a3f3272cc0456b4928a53 (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=acc018ac031c9e03e012d7d2f3871bfe6b16168d

commit acc018ac031c9e03e012d7d2f3871bfe6b16168d
Author: Yao Qi <yao@codesourcery.com>
Date:   Tue Dec 30 14:40:49 2014 +0800

    Recognize branch instruction on MIPS in gdb.trace/entry-values.exp
    
    The test entry-values.exp doesn't recognize the call instructions
    on MIPS, such as JAL, JALS and etc, so this patch sets call_insn
    to match various jump and branch instructions first.
    
    Currently, we assume the next instruction address of call instruction
    is the address returned from foo, however it is not correct on MIPS
    which has delay slot.  We extend variable call_insn to match one
    instruction after jump or branch instruction, so that
    $returned_from_foo is correct on MIPS.
    
    All tests in entry-values.exp are PASS.
    
    gdb/testsuite:
    
    2015-01-08  Yao Qi  <yao@codesourcery.com>
    
    	* gdb.trace/entry-values.exp: Set call_insn for MIPS target.

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

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