This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

darwin: can_unwind_signal = no


I'd like to see this patchlet in both, 3.3 and trunk if possible.
It disables can_unwind_signal since darwin lacks the MD_FALLBACK_FRAME_STATE_FOR macro.

Tested on 3.3 and 3.4

Andreas



2003-01-22 Andreas Tobler <a.tobler@schweiz.ch>

* libjava/configure.host: Disable can_unwind_signal on darwin.


--- gcc/libjava/configure.host Wed Jan 22 19:02:18 2003
+++ gcc.old/libjava/configure.host Wed Jan 22 19:19:12 2003
@@ -167,6 +166,7 @@
*-*-darwin*)
enable_hash_synchronization_default=no
slow_pthread_self=
+ can_unwind_signal=no
;;
*-*-freebsd*)
slow_pthread_self=


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]