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:
Matthew Malcomson 2019-05-01 16:52:51 +01:00 committed by Nick Clifton
parent 4504bbdec5
commit 2ecde2b632
3 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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
}

View File

@ -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
}