From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Wienand Date: Fri, 12 Dec 2003 03:17:51 +0000 Subject: Re: new syscall-stub support now in CVS glibc 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 Wed, Dec 10, 2003 at 06:00:27PM -0800, David Mosberger wrote: > The latest CVS tree of glibc now sports official support for the new > syscall-stubs (which enable EPC-based kernel entry and light-weight > system call handlers). If you would rather not build this yourself, I have built a version with a libunwind enabled gcc Debian users should be able to grab by putting deb http://www.gelato.unsw.edu.au/~ianw/libc-nptl ./ in /etc/apt/sources.list and then type apt-get update apt-get upgrade ** Note: you want to do this in a chroot environment ** This is just an unoffical packaged version of glibc cvs with these changes for people who want to try it, I'm sure Debian propper will update soon. -i