This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Patch: fix for PR 218
- To: Java Patch List <java-patches at sourceware dot cygnus dot com>
- Subject: Patch: fix for PR 218
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 28 Apr 2000 10:16:17 -0600
- Reply-To: tromey at cygnus dot com
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