diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 6c836b6472..029f3d749e 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2015-07-30 Sandra Loosemore + + * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets. + 2015-07-30 Sandra Loosemore Reapply: diff --git a/gdb/testsuite/gdb.arch/ppc64-symtab-cordic.exp b/gdb/testsuite/gdb.arch/ppc64-symtab-cordic.exp index d9a3f13ab3..fa82510945 100644 --- a/gdb/testsuite/gdb.arch/ppc64-symtab-cordic.exp +++ b/gdb/testsuite/gdb.arch/ppc64-symtab-cordic.exp @@ -13,6 +13,11 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +if {![istarget "powerpc*"] || ![is_lp64_target]} { + verbose "Skipping powerpc64 separate debug file symtab test." + return +} + standard_testfile set kobz2file ${srcdir}/${subdir}/cordic.ko.bz2