diff --git a/gdb/testsuite/gdb.arch/ppc64-symtab-cordic.exp b/gdb/testsuite/gdb.arch/ppc64-symtab-cordic.exp index d9a3f13..fa82510 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