mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
* lib/gdb.exp: Abort on missing `site.exp'.
This commit is contained in:
@ -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>
|
2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
Daniel Jacobowitz <dan@codesourcery.com>
|
Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
|
@ -21,6 +21,12 @@
|
|||||||
# need to be modified for any target, it can be done with a variable
|
# need to be modified for any target, it can be done with a variable
|
||||||
# or by passing arguments.
|
# 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
|
load_lib libgloss.exp
|
||||||
|
|
||||||
global GDB
|
global GDB
|
||||||
|
Reference in New Issue
Block a user