From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Mosberger Date: Mon, 15 Oct 2001 18:19:57 +0000 Subject: Re: [Linux-ia64] use of setcontext()/getcontext() Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org >>>>> On Thu, 11 Oct 2001 13:33:49 +0200 (CEST), stefan said: Stefan> I found some ia64 machine which declares `mcontext_t' in Stefan> in another way as `sigcontext' in Stefan> . That is dated on May 22nd this Stefan> year. With members like `ar_bsp_base' and `ar_bspstore'... Stefan> That is why I ask. Oh, right. I had forgotten about that. Any version of glibc that comes with setcontext()/getcontext() should have a correct ucontext.h, but we didn't implement those routines until quite late in the game. If I recall correctly, they were first supported by glibc-2.2.3, but there were some nasty bugs, so I think you pretty much have to use glibc-2.2.4 or newer. --david