mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
Fix thinko in new weak undefined function test
* testsuite/ld-undefined/weak-undef.exp: Use unsupported not unresolved.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2016-08-18 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
|
* testsuite/ld-undefined/weak-undef.exp: Use unsupported not
|
||||||
|
unresolved.
|
||||||
|
|
||||||
2016-08-12 Alan Modra <amodra@gmail.com>
|
2016-08-12 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
* testsuite/ld-tic6x/shlib-1.rd: Correct expected .dynsym sh_info.
|
* testsuite/ld-tic6x/shlib-1.rd: Correct expected .dynsym sh_info.
|
||||||
|
@ -67,7 +67,7 @@ switch -glob $target_triplet {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if { $asflags == "" || ![is_elf_format] || ![check_shared_lib_support]} then {
|
if { $asflags == "" || ![is_elf_format] || ![check_shared_lib_support]} then {
|
||||||
unresolved $testname
|
unsupported $testname
|
||||||
} elseif {![ld_assemble $as "$asflags $srcdir/$subdir/weak-fundef.s" \
|
} elseif {![ld_assemble $as "$asflags $srcdir/$subdir/weak-fundef.s" \
|
||||||
tmpdir/weak-fundef.o]} then {
|
tmpdir/weak-fundef.o]} then {
|
||||||
fail $testname
|
fail $testname
|
||||||
|
Reference in New Issue
Block a user