* ld-xtensa/coalesce.exp: Skip if target is not xtensa-*-*.
* ld-xtensa/lcall.exp: Likewise.
This commit is contained in:
parent
2b817be136
commit
8fdeb6e3c5
3 changed files with 13 additions and 0 deletions
|
@ -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-*-*.
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue