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. 2b239efbec446a0c213710b7c5258f2926ef78a4


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  2b239efbec446a0c213710b7c5258f2926ef78a4 (commit)
      from  d1eca1e41ddae8c3cd925be827640de919301432 (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=2b239efbec446a0c213710b7c5258f2926ef78a4

commit 2b239efbec446a0c213710b7c5258f2926ef78a4
Author: Luis Machado <lgustavo@codesourcery.com>
Date:   Wed Jul 2 11:59:02 2014 +0100

    This testcase currently does not handle powerpc branches. It kinda
    does in a way, because the arm/aarch64 branch instruction is the
    same as powerpc's, but the target triplet pattern is not there.
    
    In summary, the testcase fails to locate the branch offset and causes
    a failure and the early termination of the test.
    
    The following patch adds a separate conditional block for powerpc (to keep
    things organized), allowing the testcase to continue.
    
    2014-07-02  Luis Machado  <lgustavo@codesourcery.com>
    
    	* gdb.trace/entry-values.exp: Handle powerpc-specific branch
    	instruction.

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

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