* ld-xtensa/coalesce.exp: Skip if target is not xtensa-*-*.
authorBob Wilson <bob.wilson@acm.org>
Wed, 2 Apr 2003 18:00:34 +0000 (18:00 +0000)
committerBob Wilson <bob.wilson@acm.org>
Wed, 2 Apr 2003 18:00:34 +0000 (18:00 +0000)
* ld-xtensa/lcall.exp: Likewise.

ld/testsuite/ChangeLog
ld/testsuite/ld-xtensa/coalesce.exp
ld/testsuite/ld-xtensa/lcall.exp

index d3cf2cabf26a1a1626a5acca48b4ffdacd003cee..aee851c61b25848393b6978811c094c91d3fe747 100644 (file)
@@ -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-*-*.
index ef51d6f7e9b7470d6facbf03dcd204285aade7df..03905f49ffe730b32cdff93f471138b1b50698cc 100644 (file)
 # 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"
index 9879a556f88a2f73710197240225f1efe9a6cd06..9d17997e8e6c791bbea6243758387c32abc69584 100644 (file)
 # 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"
This page took 0.027984 seconds and 4 git commands to generate.