Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/libpthread/arch



Module Name:    src
Committed By:   ad
Date:           Sat Mar 22 17:59:12 UTC 2008

Modified Files:
        src/lib/libpthread/arch/i386: pthread_md.h
        src/lib/libpthread/arch/x86_64: pthread_md.h

Log Message:
Cheat and add inlines for _atomic_cas_ptr() to work around gcc emitting
unneeded PIC stuff in mutex_lock() and mutex_unlock(), when a thread
register is used.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/lib/libpthread/arch/i386/pthread_md.h
cvs rdiff -r1.8 -r1.9 src/lib/libpthread/arch/x86_64/pthread_md.h

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