* ld-xtensa/coalesce.exp: Skip if target is not xtensa-*-*.

* ld-xtensa/lcall.exp: Likewise.
This commit is contained in:
Bob Wilson 2003-04-02 18:00:34 +00:00
parent 2b817be136
commit 8fdeb6e3c5
3 changed files with 13 additions and 0 deletions

View 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-*-*.

View file

@ -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"

View file

@ -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"