freebsd-skq/lib/libkse/arch
Marcel Moolenaar 4c91d168a7 The ucontext is 16-byte aligned, which means that struct tcb is
16-byte aligned. Consequently, struct tcb is a multiple of 16
bytes in size. We need to make sure there's no padding after
struct ppc32_tp. We do this by explicitly adding the necessary
padding in front of it.
2006-09-01 19:13:36 +00:00
..
amd64
arm
i386 In order to let new binutils can compile it, replace movl with 2006-05-07 08:19:04 +00:00
ia64 Implement TLS. 2006-09-01 06:17:16 +00:00
powerpc The ucontext is 16-byte aligned, which means that struct tcb is 2006-09-01 19:13:36 +00:00
sparc64