Fix spelling mistakes in binutils testsuite.
* testsuite/binutils-all/objdump.exp: Correct executable spelling. * testsuite/binutils-all/compress.exp: Likewise.
This commit is contained in:
parent
4504bbdec5
commit
2ecde2b632
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2019-05-01 Matthew Malcomson <matthew.malcomson@arm.com>
|
||||
|
||||
* testsuite/binutils-all/objdump.exp: Correct executable
|
||||
spelling.
|
||||
* testsuite/binutils-all/compress.exp: Likewise.
|
||||
|
||||
2019-05-01 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
PR 24507
|
||||
|
|
|
@ -683,7 +683,7 @@ proc test_gnu_debuglink {} {
|
|||
|
||||
set test "gnu-debuglink"
|
||||
|
||||
if { [target_compile $srcdir/$subdir/testprog.c tmpdir/testprog exectuable debug] != "" } {
|
||||
if { [target_compile $srcdir/$subdir/testprog.c tmpdir/testprog executable debug] != "" } {
|
||||
unsupported "$test (build)"
|
||||
return
|
||||
}
|
||||
|
|
|
@ -526,7 +526,7 @@ proc test_build_id_debuglink {} {
|
|||
}
|
||||
set CFLAGS_FOR_TARGET "-g -Wl,--build-id=0x12345678abcdef01"
|
||||
|
||||
if { [target_compile $srcdir/$subdir/testprog.c tmpdir/testprog exectuable debug] != "" } {
|
||||
if { [target_compile $srcdir/$subdir/testprog.c tmpdir/testprog executable debug] != "" } {
|
||||
unsupported "$test (build)"
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue