mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-13 15:05:46 +00:00
* ld-empic/empic.exp: If $CC does not exist, call untested rather
than unresolved.
This commit is contained in:
parent
59a0866d8c
commit
86c2d1a39e
@ -1,3 +1,19 @@
|
||||
Mon Jul 24 15:34:31 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* ld-empic/empic.exp: If $CC does not exist, call untested rather
|
||||
than unresolved.
|
||||
|
||||
Thu Jul 20 15:09:26 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* ld-undefined/undefined.exp: If $CC does not exist, mark the
|
||||
tests as untested rather than unresolved. Clear ELF xfails for
|
||||
mips*, not just mips.
|
||||
|
||||
Tue Jul 18 12:00:41 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* ld-undefined/undefined.exp: Add setup_xfail for sh-*-* for
|
||||
undefined line test.
|
||||
|
||||
Fri Jul 14 13:07:48 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* ld-undefined/undefined.exp: New test, to check reporting of
|
||||
|
@ -29,6 +29,11 @@ if ![istarget mips*-*-ecoff*] {
|
||||
|
||||
set testname relax
|
||||
|
||||
if { [which $CC] == 0 } {
|
||||
untested $testname
|
||||
return
|
||||
}
|
||||
|
||||
# Test that relaxation works correctly. This testsuite was composed
|
||||
# (by experimentation) to force the linker to relax twice--that is,
|
||||
# the first relaxation pass will force another call to be out of
|
||||
|
Loading…
Reference in New Issue
Block a user