mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-03-06 00:18:01 +00:00
* lib/gdb.exp: Abort on missing `site.exp'.
This commit is contained in:
parent
9ebce043d5
commit
97c3f1f3a2
@ -1,3 +1,7 @@
|
||||
2007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
* lib/gdb.exp: Abort on missing `site.exp'.
|
||||
|
||||
2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
|
@ -21,6 +21,12 @@
|
||||
# need to be modified for any target, it can be done with a variable
|
||||
# or by passing arguments.
|
||||
|
||||
if {$tool == ""} {
|
||||
# Tests would fail, logs on get_compiler_info() would be missing.
|
||||
send_error "`site.exp' not found, run `make site.exp'!\n"
|
||||
exit 2
|
||||
}
|
||||
|
||||
load_lib libgloss.exp
|
||||
|
||||
global GDB
|
||||
|
Loading…
x
Reference in New Issue
Block a user