Restrict gdb.arch/ppc64-symtab-cordic.exp to ppc64 targets.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.arch / ppc64-symtab-cordic.exp
index d9a3f13ab3512c3b05c00e007824128020ffacf0..fa825109457c63a075d432d4c3b9ac98d1f530bb 100644 (file)
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+if {![istarget "powerpc*"] || ![is_lp64_target]} {
+    verbose "Skipping powerpc64 separate debug file symtab test."
+    return
+}
+
 standard_testfile
 
 set kobz2file ${srcdir}/${subdir}/cordic.ko.bz2
This page took 0.023988 seconds and 4 git commands to generate.