Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-3] src/lib/libpthread/arch
Module Name: src
Committed By: riz
Date: Sun Jan 8 15:58:26 UTC 2006
Modified Files:
src/lib/libpthread/arch/i386 [netbsd-3]: pthread_switch.S
src/lib/libpthread/arch/sparc [netbsd-3]: pthread_switch.S
src/lib/libpthread/arch/sparc64 [netbsd-3]: pthread_switch.S
src/lib/libpthread/arch/x86_64 [netbsd-3]: pthread_switch.S
Log Message:
Pull up following revision(s) (requested by skrll in ticket #1093):
lib/libpthread/arch/sparc/pthread_switch.S: revision 1.8
lib/libpthread/arch/x86_64/pthread_switch.S: revision 1.11
lib/libpthread/arch/sparc64/pthread_switch.S: revision 1.9
lib/libpthread/arch/i386/pthread_switch.S: revision 1.9
A couple of fixes to make libpthread really shared, i.e. not have text re-
locations:
- Don't declare pthread__switch_away global
- Do the PIC dance for pthread__switch_return_point and
pthread__locked_switch. Ideally these (and other) symbols would
be hidden.
Thanks to uwe@, dyoung@ and elad@ for help.
XXX sh3 is still to be done.
XXX vax does strange things.
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.8.2.1 src/lib/libpthread/arch/i386/pthread_switch.S
cvs rdiff -r1.7 -r1.7.6.1 src/lib/libpthread/arch/sparc/pthread_switch.S
cvs rdiff -r1.8 -r1.8.6.1 src/lib/libpthread/arch/sparc64/pthread_switch.S
cvs rdiff -r1.10 -r1.10.2.1 src/lib/libpthread/arch/x86_64/pthread_switch.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index