From: Sandra Loosemore Date: Thu, 30 Jul 2015 19:06:29 +0000 (-0700) Subject: Restrict gdb.arch/ppc64-symtab-cordic.exp to ppc64 targets. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=61a934ca2090456acb4432b6c136241d3aaee7a2;p=binutils-gdb.git 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. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 6c836b64723..029f3d749ea 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 d9a3f13ab35..fa825109457 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