aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/lib/ada.exp2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 3088320..b3b398c 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2016-01-21 Doug Evans <dje@google.com>
+
+ * lib/ada.exp (gdb_compile_ada): Fix typo.
+
2016-01-21 Joel Brobecker <brobecker@adacore.com>
* gdb.base/break-fun-addr.exp: New file.
diff --git a/gdb/testsuite/lib/ada.exp b/gdb/testsuite/lib/ada.exp
index 66dfad2..01f3008 100644
--- a/gdb/testsuite/lib/ada.exp
+++ b/gdb/testsuite/lib/ada.exp
@@ -45,7 +45,7 @@ proc gdb_compile_ada {source dest type options} {
append options " additional_flags=-I$srcdir"
set result [target_compile_ada_from_dir \
- $objdir [file tail $source] $dest $type $options]]
+ $objdir [file tail $source] $dest $type $options]
# The Ada build always produces some output, even when the build
# succeeds. Thus, we can not use the output the same way we do in