mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
44ed80923a
The ld testsuite includes numerous tests that depend on being able to compile and link programs with the C compiler. Some of these tests use [which $CC] to check for the presence of the compiler before proceeding with the test, but run_ld_link_exec_tests and run_cc_link_tests give ERRORs if compilation fails. Also, even if $CC is defined and present, it may not be usable due to missing libraries, etc. This patch adds a new procedure check_compiler_available that attempts to build an empty program and caches the result. Uses of [which $CC] are replaced with calls to this procedure, and run_ld_link_exec_tests and run_cc_link_tests now also guard attempts to use $CC. 2019-04-24 Sandra Loosemore <sandra@codesourcery.com> ld/ * testsuite/config/default.exp: Use [check_compiler_available] instead of [which $CC]. * testsuite/ld-auto-import/auto-import.exp: Likewise. * testsuite/ld-cygwin/exe-export.exp: Likewise. * testsuite/ld-elf/audit.exp: Likewise. * testsuite/ld-elf/compress.exp: Likewise. * testsuite/ld-elf/dwarf.exp: Likewise. * testsuite/ld-elf/elf.exp: Likewise. * testsuite/ld-elf/indirect.exp: Likewise. * testsuite/ld-elf/linux-x86.exp: Likewise. * testsuite/ld-elf/shared.exp: Likewise. * testsuite/ld-elf/tls.exp: Likewise. * testsuite/ld-elf/wrap.exp: Likewise. * testsuite/ld-elfcomm/elfcomm.exp: Likewise. * testsuite/ld-elfvers/vers.exp: Likewise. * testsuite/ld-elfvsb/elfvsb.exp: Likewise. * testsuite/ld-elfweak/elfweak.exp: Likewise. * testsuite/ld-gc/gc.exp: Likewise. * testsuite/ld-i386/i386.exp: Likewise. * testsuite/ld-i386/no-plt.exp: Likewise. * testsuite/ld-i386/tls.exp: Likewise. * testsuite/ld-ifunc/ifunc.exp: Likewise. * testsuite/ld-mn10300/mn10300.exp: Likewise. * testsuite/ld-pe/pe-compile.exp: Likewise. * testsuite/ld-pe/pe-run.exp: Likewise. * testsuite/ld-pe/pe-run2.exp: Likewise. * testsuite/ld-pie/pie.exp: Likewise. * testsuite/ld-plugin/lto.exp: Likewise. * testsuite/ld-plugin/plugin.exp: Likewise. * testsuite/ld-scripts/crossref.exp: Likewise. * testsuite/ld-sh/sh.exp: Likewise. * testsuite/ld-shared/shared.exp: Likewise. * testsuite/ld-size/size.exp: Likewise. * testsuite/ld-srec/srec.exp: Likewise. * testsuite/ld-undefined/undefined.exp: Likewise. * testsuite/ld-unique/unique.exp: Likewise. * testsuite/ld-x86-64/mpx.exp: Likewise. * testsuite/ld-x86-64/no-plt.exp: Likewise. * testsuite/ld-x86-64/tls.exp: Likewise. * testsuite/ld-x86-64/x86-64.exp: Likewise. * testsuite/lib/ld-lib.exp (run_ld_link_exec_tests): Call check_compiler_available before trying to use the compiler. (run_cc_link_tests): Likewise. (check_compiler_available): New. Use it instead of [which $CC].
184 lines
5.3 KiB
Plaintext
184 lines
5.3 KiB
Plaintext
# Expect script for ld-sh tests
|
|
# Copyright (C) 1995-2019 Free Software Foundation, Inc.
|
|
#
|
|
# This file is part of the GNU Binutils.
|
|
#
|
|
# This program is free software; you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation; either version 3 of the License, or
|
|
# (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
|
|
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
|
|
# MA 02110-1301, USA.
|
|
#
|
|
# Written by Ian Lance Taylor (ian@cygnus.com)
|
|
#
|
|
|
|
# Test SH relaxing. This tests the compiler and assembler as well as
|
|
# the linker.
|
|
|
|
if ![istarget sh*-*-*] {
|
|
return
|
|
}
|
|
|
|
set testsimple "SH simple relaxing"
|
|
|
|
if ![ld_assemble $as "-relax $srcdir/$subdir/sh1.s" tmpdir/sh1.o] {
|
|
unresolved $testsimple
|
|
} else { if ![ld_link $ld tmpdir/sh1 "-relax tmpdir/sh1.o"] {
|
|
fail $testsimple
|
|
} else {
|
|
if ![ld_nm $nm "" tmpdir/sh1] {
|
|
unresolved $testsimple
|
|
} else {
|
|
if {![info exists nm_output(bar)] \
|
|
|| ![info exists nm_output(foo)]} {
|
|
send_log "bad output from nm\n"
|
|
verbose "bad output from nm"
|
|
fail $testsimple
|
|
} else {
|
|
if {$nm_output(bar) != $nm_output(foo) + 0xc} {
|
|
send_log "foo == $nm_output(foo)\n"
|
|
verbose "foo == $nm_output(foo)"
|
|
send_log "bar == $nm_output(bar)\n"
|
|
verbose "bar == $nm_output(bar)"
|
|
fail $testsimple
|
|
} else {
|
|
pass $testsimple
|
|
}
|
|
}
|
|
}
|
|
} }
|
|
|
|
set testsrec "SH relaxing to S-records"
|
|
|
|
if { [istarget sh*-linux-*] || [istarget sh-*-vxworks] } {
|
|
# On these "non-embedded" targets, the default ELF and srec start
|
|
# addresses will be SIZEOF_HEADERS bytes apart. Ensure consistency
|
|
# by feeding the ELF start address to the srec link line.
|
|
catch "exec $objdump -x tmpdir/sh1 | grep start\\ address | sed s/start\\ address//" entry_addr
|
|
set srec_relax_arg "-Ttext $entry_addr -relax --oformat srec tmpdir/sh1.o"
|
|
} else {
|
|
set srec_relax_arg "-relax --oformat srec tmpdir/sh1.o"
|
|
}
|
|
if ![ld_link $ld tmpdir/sh1.s1 $srec_relax_arg ] {
|
|
fail $testsrec
|
|
} else {
|
|
# The file name is embedded in the S-records, so create both
|
|
# files with the same name.
|
|
catch "exec rm -f tmpdir/sh1.s2" exec_output
|
|
send_log "mv tmpdir/sh1.s1 tmpdir/sh1.s2\n"
|
|
verbose "mv tmpdir/sh1.s1 tmpdir/sh1.s2"
|
|
catch "exec mv tmpdir/sh1.s1 tmpdir/sh1.s2" exec_output
|
|
if ![string match "" $exec_output] {
|
|
send_log "$exec_output\n"
|
|
verbose "$exec_output"
|
|
unresolved $testsrec
|
|
} else {
|
|
send_log "$objcopy -O srec tmpdir/sh1 tmpdir/sh1.s1\n"
|
|
verbose "$objcopy -O srec tmpdir/sh1 tmpdir/sh1.s1"
|
|
catch "exec $objcopy -O srec tmpdir/sh1 tmpdir/sh1.s1" exec_output
|
|
if ![string match "" $exec_output] {
|
|
send_log "$exec_output\n"
|
|
verbose "$exec_output"
|
|
unresolved $testsrec
|
|
} else {
|
|
send_log "cmp tmpdir/sh1.s1 tmpdir/sh1.s2\n"
|
|
verbose "cmp tmpdir/sh1.s1 tmpdir/sh1.s2"
|
|
catch "exec cmp tmpdir/sh1.s1 tmpdir/sh1.s2" exec_output
|
|
set exec_output [prune_warnings $exec_output]
|
|
if ![string match "" $exec_output] {
|
|
send_log "$exec_output\n"
|
|
verbose "$exec_output"
|
|
fail $testsrec
|
|
} else {
|
|
pass $testsrec
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
set testadjsw8 "SH switch8 adjustment after relax"
|
|
if ![ld_assemble $as "-relax $srcdir/$subdir/adjsw8.s" tmpdir/adjsw8.o] {
|
|
unresolved $testadjsw8
|
|
} else {
|
|
if ![ld_link $ld tmpdir/adjsw8 "-relax tmpdir/adjsw8.o"] {
|
|
fail $testadjsw8
|
|
} else {
|
|
send_log "exec $objdump -s tmpdir/adjsw8\n"
|
|
verbose "exec $objdump -s tmpdir/adjsw8"
|
|
catch "exec $objdump -s tmpdir/adjsw8" exec_output
|
|
if [string match "*04080c00*" $exec_output] {
|
|
pass $testadjsw8
|
|
} else {
|
|
send_log "bad switch table\n"
|
|
verbose "bad switch table"
|
|
fail $testadjsw8
|
|
}
|
|
}
|
|
}
|
|
|
|
set testlink "SH relaxing"
|
|
set testjsr "SH confirm relaxing"
|
|
set testrun "SH relaxing execution"
|
|
|
|
if { ![check_compiler_available] } {
|
|
untested $testlink
|
|
untested $testjsr
|
|
untested $testrun
|
|
return
|
|
}
|
|
|
|
if [istarget sh*-*linux*] {
|
|
exec sed -e s/_main/main/ -e s/_trap/trap/ -e s/_stack/stack/ \
|
|
< $srcdir/$subdir/start.s >tmpdir/start.s
|
|
} else {
|
|
exec cp $srcdir/$subdir/start.s tmpdir/start.s
|
|
}
|
|
|
|
if {![ld_assemble $as "-relax tmpdir/start.s" tmpdir/start.o] \
|
|
|| ![ld_compile $CC "-O -mrelax -foptimize-sibling-calls $srcdir/$subdir/sh2.c" tmpdir/sh2.o]} {
|
|
unresolved $testlink
|
|
unresolved $testjsr
|
|
unresolved $testrun
|
|
return
|
|
}
|
|
|
|
if ![ld_link $ld tmpdir/sh2 "-relax tmpdir/start.o tmpdir/sh2.o"] {
|
|
fail $testlink
|
|
unresolved $testjsr
|
|
unresolved $testrun
|
|
return
|
|
}
|
|
|
|
pass $testlink
|
|
|
|
send_log "$objdump -d tmpdir/sh2\n"
|
|
verbose "$objdump -d tmpdir/sh2"
|
|
catch "exec $objdump -d tmpdir/sh2" exec_output
|
|
if {[string match "*jsr*" $exec_output]
|
|
|| [string match "*jmp*" $exec_output]} {
|
|
fail $testjsr
|
|
} else {
|
|
pass $testjsr
|
|
}
|
|
|
|
if { ![info exists SIM] || [which $SIM] == 0 } {
|
|
untested $testrun
|
|
return
|
|
}
|
|
|
|
set status [catch "exec $SIM tmpdir/sh2" exec_output]
|
|
if { $status == 0 } {
|
|
pass $testrun
|
|
} else {
|
|
fail $testrun
|
|
}
|