Subject: CVS commit: src/lib/libc/arch/sparc64/gen
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 01/19/2004 18:33:21
Module Name:	src
Committed By:	martin
Date:		Mon Jan 19 18:33:21 UTC 2004

Modified Files:
	src/lib/libc/arch/sparc64/gen: __setjmp14.S

Log Message:
Too sad - inlining syscall stubs on sparc64 is so much easier than doing
PIC calls to the libc stubs, but unfortunately we need to do the latter-
otherwise we break weak symbol semantics and make libpthread fail.
Thanks to Christian Limpach for the analyzis.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/lib/libc/arch/sparc64/gen/__setjmp14.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.