This testcase currently does not handle powerpc branches. It kinda
authorLuis Machado <lgustavo@codesourcery.com>
Wed, 2 Jul 2014 10:59:02 +0000 (11:59 +0100)
committerLuis Machado <lgustavo@codesourcery.com>
Wed, 2 Jul 2014 10:59:02 +0000 (11:59 +0100)
commit2b239efbec446a0c213710b7c5258f2926ef78a4
treea8bfc2a1b4fa164e86f1429332be2cedc5d4d52b
parentd1eca1e41ddae8c3cd925be827640de919301432
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.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.trace/entry-values.exp
This page took 0.025278 seconds and 4 git commands to generate.