mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-26 21:40:38 +00:00
* lib/java.exp (java_init): Import target_alias before using it.
This commit is contained in:
parent
898c62f580
commit
594e6d67cd
@ -1,3 +1,7 @@
|
||||
2003-09-25 Richard Earnshaw <rearnsha@arm.com>
|
||||
|
||||
* lib/java.exp (java_init): Import target_alias before using it.
|
||||
|
||||
2003-09-25 David Carlton <carlton@kealia.com>
|
||||
|
||||
* gdb.base/corefile.exp: Delete obsolete setup_xfail.
|
||||
|
@ -33,6 +33,7 @@ proc java_init { args } {
|
||||
set GCJ_UNDER_TEST $env(GCJ)
|
||||
} else {
|
||||
global tool_root_dir
|
||||
global target_alias
|
||||
|
||||
if ![is_remote host] {
|
||||
set file [lookfor_file $tool_root_dir gcj];
|
||||
|
Loading…
Reference in New Issue
Block a user