finish unifying thread register handling in preparation for porting
authorRich Felker <dalias@aerifal.cx>
Tue, 15 Feb 2011 08:56:52 +0000 (03:56 -0500)
committerRich Felker <dalias@aerifal.cx>
Tue, 15 Feb 2011 08:56:52 +0000 (03:56 -0500)
commit7b2dd2235dd0db3a2f71e25d1c0925e0348e1996
tree26cab4bb4f2bff3b4cf8ccb2c0e497cf9631c893
parent0b2006c8fea021b7fa1fd267bf270cb8c279f230
finish unifying thread register handling in preparation for porting
Makefile
arch/i386/pthread_arch.h [new file with mode: 0644]
src/internal/pthread_impl.h
src/thread/__set_thread_area.c
src/thread/clone.c
src/thread/i386/__set_thread_area.s [new file with mode: 0644]
src/thread/pthread_self.c