From: Richard Earnshaw Date: Thu, 25 Sep 2003 16:25:56 +0000 (+0000) Subject: * lib/java.exp (java_init): Import target_alias before using it. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=594e6d67cd35735bd5eb9eca720560a8336eac37;p=binutils-gdb.git * lib/java.exp (java_init): Import target_alias before using it. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 8145c64dd84..f3981c13007 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2003-09-25 Richard Earnshaw + + * lib/java.exp (java_init): Import target_alias before using it. + 2003-09-25 David Carlton * gdb.base/corefile.exp: Delete obsolete setup_xfail. diff --git a/gdb/testsuite/lib/java.exp b/gdb/testsuite/lib/java.exp index bcfd27c9ce0..5c1432fcd37 100644 --- a/gdb/testsuite/lib/java.exp +++ b/gdb/testsuite/lib/java.exp @@ -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];