summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@acm.org>2003-04-02 18:00:34 +0000
committerBob Wilson <bob.wilson@acm.org>2003-04-02 18:00:34 +0000
commit30a4695d56c90ca13f2fad15eb50a990caadb243 (patch)
tree66305421f7f22994251d704f571336b2e63cd213
parent82cc02fb0c0b648393104bd6934be9007e5981cc (diff)
downloadbinutils-redhat-30a4695d56c90ca13f2fad15eb50a990caadb243.tar.gz
* ld-xtensa/coalesce.exp: Skip if target is not xtensa-*-*.
* ld-xtensa/lcall.exp: Likewise.
-rw-r--r--ld/testsuite/ChangeLog5
-rw-r--r--ld/testsuite/ld-xtensa/coalesce.exp4
-rw-r--r--ld/testsuite/ld-xtensa/lcall.exp4
3 files changed, 13 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index d3cf2cabf2..aee851c61b 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2003-04-02 Bob Wilson <bob.wilson@acm.org>
+
+ * ld-xtensa/coalesce.exp: Skip if target is not xtensa-*-*.
+ * ld-xtensa/lcall.exp: Likewise.
+
2003-04-01 Bob Wilson <bob.wilson@acm.org>
* ld-elf/merge.d: xfail xtensa-*-*.
diff --git a/ld/testsuite/ld-xtensa/coalesce.exp b/ld/testsuite/ld-xtensa/coalesce.exp
index ef51d6f7e9..03905f49ff 100644
--- a/ld/testsuite/ld-xtensa/coalesce.exp
+++ b/ld/testsuite/ld-xtensa/coalesce.exp
@@ -17,6 +17,10 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+if ![istarget "xtensa-*-*"] {
+ return
+}
+
set testname "COALESCE"
set OBJDUMPFLAGS "-dr"
diff --git a/ld/testsuite/ld-xtensa/lcall.exp b/ld/testsuite/ld-xtensa/lcall.exp
index 9879a556f8..9d17997e8e 100644
--- a/ld/testsuite/ld-xtensa/lcall.exp
+++ b/ld/testsuite/ld-xtensa/lcall.exp
@@ -17,6 +17,10 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+if ![istarget "xtensa-*-*"] {
+ return
+}
+
set testname "LCALL"
set OBJDUMPFLAGS "-dr"