* lib/java.exp (java_init): Import target_alias before using it.

This commit is contained in:
Richard Earnshaw 2003-09-25 16:25:56 +00:00
parent 898c62f580
commit 594e6d67cd
2 changed files with 5 additions and 0 deletions

View File

@ -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.

View File

@ -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];