From owner-cvs-all Sun Dec 30 11:54:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6282637B41A; Sun, 30 Dec 2001 11:54:32 -0800 (PST) Received: (from deischen@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBUJsWn17026; Sun, 30 Dec 2001 11:54:32 -0800 (PST) (envelope-from deischen) Message-Id: <200112301954.fBUJsWn17026@freefall.freebsd.org> From: Daniel Eischen Date: Sun, 30 Dec 2001 11:54:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread pthread_private.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG deischen 2001/12/30 11:54:32 PST Modified files: (Branch: RELENG_4) lib/libc_r/uthread pthread_private.h Log: MFC: Use the real function address for the return address when modifying a jmp_buf to create a new thread context, and also set t12 with the return address. This should fix libc_r on alpha. Approved by: re (robert) Revision Changes Path 1.36.2.17 +2 -2 src/lib/libc_r/uthread/pthread_private.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message