aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-sh/sh64/rd-sh64.exp
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2002-08-23 08:14:06 +0000
committerAlan Modra <amodra@gmail.com>2002-08-23 08:14:06 +0000
commit30c8cc6872e801587323b4aa2e87c8233eb1e295 (patch)
tree1de01b493376d01ffa3e10c2a132f5d31a47d6cf /ld/testsuite/ld-sh/sh64/rd-sh64.exp
parent3b587c71d7b37cf7b18c71d01f887d13e692c85b (diff)
downloadgdb-30c8cc6872e801587323b4aa2e87c8233eb1e295.zip
gdb-30c8cc6872e801587323b4aa2e87c8233eb1e295.tar.gz
gdb-30c8cc6872e801587323b4aa2e87c8233eb1e295.tar.bz2
* ld-sh/sh64/rd-sh64.exp: New framework file.
* ld-sh/sh64/init-cmpct.d, ld-sh/sh64/init-media.d, ld-sh/sh64/init64.d, ld-sh/sh64/init.s: New tests for correct setting of ISA bit for init and fini entry-points.
Diffstat (limited to 'ld/testsuite/ld-sh/sh64/rd-sh64.exp')
-rw-r--r--ld/testsuite/ld-sh/sh64/rd-sh64.exp30
1 files changed, 30 insertions, 0 deletions
diff --git a/ld/testsuite/ld-sh/sh64/rd-sh64.exp b/ld/testsuite/ld-sh/sh64/rd-sh64.exp
new file mode 100644
index 0000000..cc5c3f7
--- /dev/null
+++ b/ld/testsuite/ld-sh/sh64/rd-sh64.exp
@@ -0,0 +1,30 @@
+# Expect script for run_dump_test based ld-sh/sh64 tests.
+# Copyright 2002 Free Software Foundation, Inc.
+#
+# This file is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+#
+# Written by Stephen Clarke (stephen.clarke@superh.com)
+#
+
+if ![istarget sh64-*-*] {
+ return
+}
+
+set rd_test_list [lsort [glob -nocomplain $srcdir/$subdir/*.d]]
+foreach sh64test $rd_test_list {
+ # We need to strip the ".d", but can leave the dirname.
+ verbose [file rootname $sh64test]
+ run_dump_test [file rootname $sh64test]
+}