From: Bob Wilson Date: Wed, 2 Apr 2003 18:00:34 +0000 (+0000) Subject: * ld-xtensa/coalesce.exp: Skip if target is not xtensa-*-*. X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=8fdeb6e3c534eef6c31a5152448d9e1fa995ddc4;p=deliverable%2Fbinutils-gdb.git * ld-xtensa/coalesce.exp: Skip if target is not xtensa-*-*. * ld-xtensa/lcall.exp: Likewise. --- 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 + + * ld-xtensa/coalesce.exp: Skip if target is not xtensa-*-*. + * ld-xtensa/lcall.exp: Likewise. + 2003-04-01 Bob Wilson * 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"