aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorMatthew Malcomson <matthew.malcomson@arm.com>2019-05-01 16:52:51 +0100
committerNick Clifton <nickc@redhat.com>2019-05-01 16:52:51 +0100
commit2ecde2b63245d4794a4967f318772e7166feb310 (patch)
tree30989a108a2c1bb5e58eb6280d1a494b6b97eb3e /binutils
parent4504bbdec57c77b6468838276e62b2137eedfdd5 (diff)
downloadgdb-2ecde2b63245d4794a4967f318772e7166feb310.zip
gdb-2ecde2b63245d4794a4967f318772e7166feb310.tar.gz
gdb-2ecde2b63245d4794a4967f318772e7166feb310.tar.bz2
Fix spelling mistakes in binutils testsuite.
* testsuite/binutils-all/objdump.exp: Correct executable spelling. * testsuite/binutils-all/compress.exp: Likewise.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/ChangeLog6
-rw-r--r--binutils/testsuite/binutils-all/compress.exp2
-rw-r--r--binutils/testsuite/binutils-all/objdump.exp2
3 files changed, 8 insertions, 2 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 0fb9e16..b3140a9 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -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
diff --git a/binutils/testsuite/binutils-all/compress.exp b/binutils/testsuite/binutils-all/compress.exp
index a38e132..7d50ef5 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 81a061f..94ff015 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
}