diff options
| author | aph <aph@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-04 16:49:21 +0000 |
|---|---|---|
| committer | aph <aph@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-04 16:49:21 +0000 |
| commit | fc8f46765b377fbdbfb047d0e57bccde1228bc14 (patch) | |
| tree | c79987d1d1efd14e73a98cef10aa7bdf4c8b5f3b /libjava | |
| parent | ede25546df3483741883f38b42308856af49b765 (diff) | |
| download | ppe42-gcc-fc8f46765b377fbdbfb047d0e57bccde1228bc14.tar.gz ppe42-gcc-fc8f46765b377fbdbfb047d0e57bccde1228bc14.zip | |
2004-08-04 Andrew Haley <aph@redhat.com>
* testsuite/lib/libjava.exp (bytecompile_file): Byte compile with
debugging.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85565 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava')
| -rw-r--r-- | libjava/ChangeLog | 5 | ||||
| -rw-r--r-- | libjava/testsuite/lib/libjava.exp | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index fdd047bc91a..db4f37c981a 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 ad76f8b0412..c28addf9944 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 |

