From: Doug Evans Date: Fri, 22 Jan 2016 00:20:02 +0000 (-0800) Subject: * lib/ada.exp (gdb_compile_ada): Fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4f5946a8630ec027d412ee078974f8d92e5ab3a0;p=binutils-gdb.git * lib/ada.exp (gdb_compile_ada): Fix typo. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 30883204b64..b3b398cc461 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2016-01-21 Doug Evans + + * lib/ada.exp (gdb_compile_ada): Fix typo. + 2016-01-21 Joel Brobecker * gdb.base/break-fun-addr.exp: New file. diff --git a/gdb/testsuite/lib/ada.exp b/gdb/testsuite/lib/ada.exp index 66dfad2a065..01f30082899 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