Patch: fix for PR 218

Tom Tromey tromey@cygnus.com
Fri Apr 28 09:11:00 GMT 2000


I'm checking this in.
It fixes PR gcj/218.

2000-04-28  Tom Tromey  <tromey@cygnus.com>

        * libgcj.spec.in (*jc1): Added -fasynchronous-exceptions.
        Fix for PR gcj/218.
Tom

Index: libgcj.spec.in
===================================================================
RCS file: /cvs/java/libgcj/libjava/libgcj.spec.in,v
retrieving revision 1.8
diff -u -r1.8 libgcj.spec.in
--- libgcj.spec.in	1999/12/20 02:18:11	1.8
+++ libgcj.spec.in	2000/04/28 16:10:52
@@ -6,7 +6,7 @@
 %rename lib liborig
 *lib: -lgcj -lm @GCSPEC@ @THREADSPEC@ @ZLIBSPEC@ @SYSTEMSPEC@ %(liborig)
 
-*jc1:  @DIVIDESPEC@ @EXCEPTIONSPEC@
+*jc1:  @DIVIDESPEC@ @EXCEPTIONSPEC@ -fasynchronous-exceptions
 
 #
 # libgcc should really be a shared library.  This is a design flaw


More information about the Java-patches mailing list