2004-08-04 Andrew Haley <aph@redhat.com>
* testsuite/lib/libjava.exp (bytecompile_file): Byte compile with
debugging.
From-SVN: r85565
+2004-08-04 Andrew Haley <aph@redhat.com>
+
+ * testsuite/lib/libjava.exp (bytecompile_file): Byte compile with
+ debugging.
+
2004-08-03 Nathanael Nerode <neroden@gcc.gnu.org>
* configure.in: Eliminate uses of changequote (mostly by quoting []).
}
set here [pwd]
cd $dirname
- send_log "byte compile: $javac [list $file] -d $objdir 2>@ stdout\n"
+ send_log "byte compile: $javac -g [list $file] -d $objdir 2>@ stdout\n"
if {[catch {
- set q [eval exec "$javac [list $file] -d $objdir 2>@ stdout"]
+ set q [eval exec "$javac -g [list $file] -d $objdir 2>@ stdout"]
} msg]} then {
send_log "couldn't compile $file: $msg\n"
set r 0