mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 22:07:58 +08:00
* lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
to build the application. Remove the message printed when in verbose mode, redundant with the UNSUPPORTED message above.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2004-04-01 Joel Brobecker <brobecker@gnat.com>
|
||||||
|
|
||||||
|
* lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
|
||||||
|
to build the application. Remove the message printed when in
|
||||||
|
verbose mode, redundant with the UNSUPPORTED message above.
|
||||||
|
|
||||||
2004-03-31 Joel Brobecker <brobecker@gnat.com>
|
2004-03-31 Joel Brobecker <brobecker@gnat.com>
|
||||||
|
|
||||||
* gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
|
* gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
|
||||||
|
@ -405,7 +405,7 @@ proc gdb_compile_ada {source dest type options} {
|
|||||||
# We therefore simply check whether the dest file has been created
|
# We therefore simply check whether the dest file has been created
|
||||||
# or not. Unless not present, the build has succeeded.
|
# or not. Unless not present, the build has succeeded.
|
||||||
if ![file exists $dest] {
|
if ![file exists $dest] {
|
||||||
verbose "Ada compilation failed: $result"
|
unsupported "Ada compilation failed: $result"
|
||||||
return "Ada compilation failed."
|
return "Ada compilation failed."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user