Fid debug info in many gcj files

Andrew Haley aph@redhat.com
Tue Feb 6 17:14:00 GMT 2007


Sigh.  I didn't check this one in last time.  Retrying.

Andrew.


2007-01-24  Andrew Haley  <aph@redhat.com>

	* scripts/makemake.tcl (emit_bc_rule): Set the source filename.
	* sources.am: Rebuild.

Index: scripts/makemake.tcl
===================================================================
--- scripts/makemake.tcl        (revision 121108)
+++ scripts/makemake.tcl        (working copy)
@@ -248,7 +248,7 @@
     set omit "| grep -v $exclusion_map($package)"
   }
   puts  "\t@find \$(srcdir)/classpath/lib/$package -name '*.class'${omit} > $tname"
-  puts "\t\$(LTGCJCOMPILE) -fjni -findirect-dispatch -fno-indirect-classes -c -o $loname @$tname"
+  puts "\t\$(LTGCJCOMPILE) -fsource-filename=\$(here)/classpath/lib/classes -fjni -findirect-dispatch -fno-indirect-classes -c -o $loname @$tname"
   puts "\t@rm -f $tname"
   puts ""
 



More information about the Java-patches mailing list