Very short week was on leave 14th and 16th October (India Holidays).
== Progress == * libssp glibc Glibc tests are Segmenting at dl_close_worker, when I set pointer guard. Debuging shows segfaults while expanding THREAD_GSCOPE_WAIT.
My assumption is thread pointer points to TCB and after allocating 16 Bytes before that, we can set pointer gaurd at tp -16. But not sure, why it affects the pthread structure header which holds gscope_flag.
Also looked at TLS_MULTIPLE_THREADS_IN_TCB, enabling it lead to __libc_multiple_threads undefined errors.
== Plan == * Continue libssp support. * PGO for aarch64