2002-11-15 11:18:49 +00:00
|
|
|
# Expect script for ld-h8300 tests
|
2007-07-06 14:09:45 +00:00
|
|
|
# Copyright 2002, 2003, 2004, 2007 Free Software Foundation, Inc.
|
2002-11-15 11:18:49 +00:00
|
|
|
#
|
2007-07-06 14:09:45 +00:00
|
|
|
# This file is part of the GNU Binutils.
|
|
|
|
#
|
|
|
|
# This program is free software; you can redistribute it and/or modify
|
2002-11-15 11:18:49 +00:00
|
|
|
# it under the terms of the GNU General Public License as published by
|
2007-07-06 14:09:45 +00:00
|
|
|
# the Free Software Foundation; either version 3 of the License, or
|
2002-11-15 11:18:49 +00:00
|
|
|
# (at your option) any later version.
|
|
|
|
#
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU General Public License for more details.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU General Public License
|
|
|
|
# along with this program; if not, write to the Free Software
|
2007-07-06 14:09:45 +00:00
|
|
|
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
|
|
|
|
# MA 02110-1301, USA.
|
2002-11-15 11:18:49 +00:00
|
|
|
#
|
|
|
|
# Written by Nick Clifton <nickc@redhat.com>
|
|
|
|
#
|
|
|
|
|
|
|
|
# Test h8300
|
|
|
|
|
|
|
|
if ![istarget h8300-*-*] {
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
2003-07-04 10:25:14 +00:00
|
|
|
run_dump_test relax
|
|
|
|
|
|
|
|
if {[istarget *-elf]} {
|
|
|
|
run_dump_test relax-2
|
2003-07-11 14:59:41 +00:00
|
|
|
run_dump_test relax-3
|
2004-01-12 15:02:22 +00:00
|
|
|
run_dump_test relax-4
|
2004-02-09 12:15:57 +00:00
|
|
|
run_dump_test relax-5
|
2004-07-27 16:47:02 +00:00
|
|
|
run_dump_test relax-6
|
2004-07-13 16:56:09 +00:00
|
|
|
run_dump_test gcsection
|
2003-07-11 14:59:41 +00:00
|
|
|
} else {
|
|
|
|
run_dump_test relax-3-coff
|
2004-01-12 15:02:22 +00:00
|
|
|
run_dump_test relax-4-coff
|
2004-02-09 12:15:57 +00:00
|
|
|
run_dump_test relax-5-coff
|
2004-07-27 16:47:02 +00:00
|
|
|
run_dump_test relax-6-coff
|
2002-11-15 11:18:49 +00:00
|
|
|
}
|