Fix spelling mistakes in binutils testsuite.
authorMatthew Malcomson <matthew.malcomson@arm.com>
Wed, 1 May 2019 15:52:51 +0000 (16:52 +0100)
committerNick Clifton <nickc@redhat.com>
Wed, 1 May 2019 15:52:51 +0000 (16:52 +0100)
* testsuite/binutils-all/objdump.exp: Correct executable
spelling.
* testsuite/binutils-all/compress.exp: Likewise.

binutils/ChangeLog
binutils/testsuite/binutils-all/compress.exp
binutils/testsuite/binutils-all/objdump.exp

index 0fb9e16..b3140a9 100644 (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
index a38e132..7d50ef5 100644 (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
     }
index 81a061f..94ff015 100644 (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
     }