aboutsummaryrefslogtreecommitdiff
path: root/libjava
diff options
context:
space:
mode:
authorAndrew Haley <aph@redhat.com>2004-08-04 16:49:21 +0000
committerAndrew Haley <aph@gcc.gnu.org>2004-08-04 16:49:21 +0000
commit76207f7c2b10e2ddceef5cec56a903eaa8a7b5bb (patch)
treec79987d1d1efd14e73a98cef10aa7bdf4c8b5f3b /libjava
parent54e0b09f6103bb63d1c1e3b3bd7bd78abe64641c (diff)
downloadgcc-76207f7c2b10e2ddceef5cec56a903eaa8a7b5bb.zip
gcc-76207f7c2b10e2ddceef5cec56a903eaa8a7b5bb.tar.gz
gcc-76207f7c2b10e2ddceef5cec56a903eaa8a7b5bb.tar.bz2
libjava.exp (bytecompile_file): Byte compile with debugging.
2004-08-04 Andrew Haley <aph@redhat.com> * testsuite/lib/libjava.exp (bytecompile_file): Byte compile with debugging. From-SVN: r85565
Diffstat (limited to 'libjava')
-rw-r--r--libjava/ChangeLog5
-rw-r--r--libjava/testsuite/lib/libjava.exp4
2 files changed, 7 insertions, 2 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index fdd047b..db4f37c 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,3 +1,8 @@
+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 []).
diff --git a/libjava/testsuite/lib/libjava.exp b/libjava/testsuite/lib/libjava.exp
index ad76f8b..c28addf 100644
--- a/libjava/testsuite/lib/libjava.exp
+++ b/libjava/testsuite/lib/libjava.exp
@@ -109,9 +109,9 @@ proc bytecompile_file { file objdir {classpath {}} } {
}
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