Subject: CVS commit: src/lib/libpthread
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 10/04/2007 21:08:35
Module Name:	src
Committed By:	ad
Date:		Thu Oct  4 21:08:35 UTC 2007

Modified Files:
	src/lib/libpthread: Makefile

Log Message:
Compile pthread_getspecific / pthread_setspecific with -fomit-frame-pointer
-falign-functions=32, since these two really get hammered on. To make them
faster needs a threadreg or TLS, unless there is a way to tell gcc that a
library-local (pthread__threadmask) variable does not need to be PIC.


To generate a diff of this commit:
cvs rdiff -r1.43 -r1.44 src/lib/libpthread/Makefile

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