mirror of
https://sourceware.org/git/glibc.git
synced 2025-10-27 12:15:39 +03:00
Use __seg_fs named address space qualifiers in PTR_MANGLE() and PTR_DEMANGLE() macros to access the pointer_guard field in the TCB. This change allows the compiler to eliminate redundant reads of the variable, reducing the number of reads from 98 to 89 and decreasing the text size of the library by 512 bytes. While at it, fix a few trivial whitespace issues as well. Signed-off-by: Uros Bizjak <ubizjak@gmail.com> Reviewed-by: H.J. Lu <hjl.tools@gmail.com>