On 10/08/2015 06:59 AM, Richard Henderson wrote: > cpp_define (parse_in, "__SEG_FS"); > cpp_define (parse_in, "__SEG_GS"); > + cpp_define (parse_in, "__SEG_TLS");
Is there a good place to document these #defines? I looked at your glibc patch and wonder where __SEG_TLS was coming from. Florian