OSDN Git Service

* 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 d3cf2ca..aee851c 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 ef51d6f..03905f4 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 9879a55..9d17997 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"