freebsd-dev/lib/libpthread/arch
Marcel Moolenaar 50be3a75cc o In _ia64_save_context() clear the return registers except for r8.
We write 1 for r8 in the context so that _ia64_restore_context()
   will return with a non-zero value. _ia64_save_context() always
   return 0.
o  In _ia64_restore_context(), don't restore the thread pointer. It
   is not normally part of the context. Also, restore the return
   registers. We get called for contexts created by getcontext(),
   which means we have to restore all the syscall return values.
2003-08-05 19:33:01 +00:00
..
alpha Remove _atomic_lock. It's not used. 2003-06-23 04:33:32 +00:00
amd64 -15 is incorrect to be used to align stack to 16 bytes, use ~15 instead. 2003-08-02 22:39:10 +00:00
i386 This file hasn't been used for some time; nuke it. 2003-07-31 21:29:04 +00:00
ia64 o In _ia64_save_context() clear the return registers except for r8. 2003-08-05 19:33:01 +00:00