From 61a934ca2090456acb4432b6c136241d3aaee7a2 Mon Sep 17 00:00:00 2001 From: Sandra Loosemore Date: Thu, 30 Jul 2015 12:06:29 -0700 Subject: [PATCH] Restrict gdb.arch/ppc64-symtab-cordic.exp to ppc64 targets. 2015-07-30 Sandra Loosemore gdb/testsuite/ * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.arch/ppc64-symtab-cordic.exp | 5 +++++ 2 files changed, 9 insertions(+) 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