From: Matthew Malcomson Date: Wed, 1 May 2019 15:52:51 +0000 (+0100) Subject: Fix spelling mistakes in binutils testsuite. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2ecde2b63245d4794a4967f318772e7166feb310;p=binutils-gdb.git Fix spelling mistakes in binutils testsuite. * testsuite/binutils-all/objdump.exp: Correct executable spelling. * testsuite/binutils-all/compress.exp: Likewise. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 0fb9e164f67..b3140a94bbb 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2019-05-01 Matthew Malcomson + + * testsuite/binutils-all/objdump.exp: Correct executable + spelling. + * testsuite/binutils-all/compress.exp: Likewise. + 2019-05-01 Nick Clifton PR 24507 diff --git a/binutils/testsuite/binutils-all/compress.exp b/binutils/testsuite/binutils-all/compress.exp index a38e1320801..7d50ef506a6 100644 --- a/binutils/testsuite/binutils-all/compress.exp +++ b/binutils/testsuite/binutils-all/compress.exp @@ -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 } diff --git a/binutils/testsuite/binutils-all/objdump.exp b/binutils/testsuite/binutils-all/objdump.exp index 81a061f70c1..94ff015020b 100644 --- a/binutils/testsuite/binutils-all/objdump.exp +++ b/binutils/testsuite/binutils-all/objdump.exp @@ -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 }