* ld-elfvsb/elfvsb.exp: Run dump tests even when cross

compiling.
This commit is contained in:
Andreas Schwab 2003-05-07 09:21:27 +00:00
parent d2bf1bdacb
commit 3a8260b266
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2003-05-07 Andreas Schwab <schwab@suse.de>
* ld-elfvsb/elfvsb.exp: Run dump tests even when cross
compiling.
2003-05-06 Alexandre Oliva <aoliva@redhat.com> 2003-05-06 Alexandre Oliva <aoliva@redhat.com>
* config/default.exp (gcc_gas_flags): Force ABI to n32 on * config/default.exp (gcc_gas_flags): Force ABI to n32 on

View File

@ -21,9 +21,6 @@
# Make sure that ld can generate ELF shared libraries with visibility. # Make sure that ld can generate ELF shared libraries with visibility.
# This test can only be run if ld generates native executables.
if ![isnative] then {return}
# This test can only be run on a couple of ELF platforms. # This test can only be run on a couple of ELF platforms.
# Square bracket expressions seem to confuse istarget. # Square bracket expressions seem to confuse istarget.
if { ![istarget hppa*64*-*-hpux*] \ if { ![istarget hppa*64*-*-hpux*] \
@ -53,6 +50,9 @@ foreach t $test_list {
run_dump_test [file rootname $t] run_dump_test [file rootname $t]
} }
# The remaining tests can only be run if ld generates native executables.
if ![isnative] then {return}
set tmpdir tmpdir set tmpdir tmpdir
set SHCFLAG "" set SHCFLAG ""