From owner-freebsd-current Wed Sep 9 18:55:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA01414 for freebsd-current-outgoing; Wed, 9 Sep 1998 18:55:23 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from smtp04.primenet.com (smtp04.primenet.com [206.165.6.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA01408 for ; Wed, 9 Sep 1998 18:55:22 -0700 (PDT) (envelope-from tlambert@usr02.primenet.com) Received: (from daemon@localhost) by smtp04.primenet.com (8.8.8/8.8.8) id SAA26996; Wed, 9 Sep 1998 18:55:14 -0700 (MST) Received: from usr02.primenet.com(206.165.6.202) via SMTP by smtp04.primenet.com, id smtpd026950; Wed Sep 9 18:55:11 1998 Received: (from tlambert@localhost) by usr02.primenet.com (8.8.5/8.8.5) id SAA15564; Wed, 9 Sep 1998 18:55:04 -0700 (MST) From: Terry Lambert Message-Id: <199809100155.SAA15564@usr02.primenet.com> Subject: FYI: gcc 2.8.1 patches for per thread exception stacks To: obrien@NUXI.com Date: Thu, 10 Sep 1998 01:55:04 +0000 (GMT) Cc: tlambert@primenet.com, current@FreeBSD.ORG In-Reply-To: <19980909182514.F3067@nuxi.com> from "David O'Brien" at Sep 9, 98 06:25:14 pm X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > I thought they were in FreeBSD's port for 2.8.1. They basically > > add support for per thread exception stacks using dynamic handlers: > > As the maintainer, I can say "NOPE". :) > [but soon will be] Actually, you should look at /usr/src/lib/libc_r/uthread/uthread_init.c at the same time. There is a: #ifdef GCC_2_8_MADE_THREAD_AWARE that needs to be changed to something like: #if ((__GNUC__ == 2) && (__GNUC_MINOR__ >= 8)) || (__GNUC__ > 2) in two places, to make this work for thread + exceptions... Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message