glibc/nptl/sysdeps/powerpc
Ulrich Weigand b525166bb9 PowerPC64: Add __private_ss field to TCB header
The TCB header on Intel contains a field __private_ss that is used
to efficiently implement the -fsplit-stack GCC feature.

In order to prepare for a possible future implementation of that
feature on powerpc64, we'd like to reserve a similar field in
the TCB header as well.  (It would be good if this went in with
or before the ELFv2 patches to ensure that this field will be
available always in the ELFv2 environment.)

The field needs to be added at the front of tcbhead_t structure
to avoid changing the ABI; see the recent discussion when adding
the EBB fields.
2013-12-04 07:41:38 -06:00
..
Makefile Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
pthread_spin_lock.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
pthread_spin_trylock.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
pthreaddef.h Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
tcb-offsets.sym * stdio-common/printf_fp.c (___printf_fp): Give wide outout code 2008-07-26 16:32:59 +00:00
tls.h PowerPC64: Add __private_ss field to TCB header 2013-12-04 07:41:38 -06:00