mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
* lib/ada.exp (gdb_compile_ada): Fix typo.
This commit is contained in:
@ -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>
|
2016-01-21 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
* gdb.base/break-fun-addr.exp: New file.
|
* gdb.base/break-fun-addr.exp: New file.
|
||||||
|
@ -45,7 +45,7 @@ proc gdb_compile_ada {source dest type options} {
|
|||||||
append options " additional_flags=-I$srcdir"
|
append options " additional_flags=-I$srcdir"
|
||||||
|
|
||||||
set result [target_compile_ada_from_dir \
|
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
|
# 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
|
# succeeds. Thus, we can not use the output the same way we do in
|
||||||
|
Reference in New Issue
Block a user