On 4/17/20 3:44 PM, Joseph Myers wrote: > On Wed, 8 Apr 2020, Vineet Gupta via Libc-alpha wrote: > >> +/* Code to initially initialize the thread pointer. */ >> +# define TLS_INIT_TP(tcbp) \ >> + ({ \ >> + long result_var; \ >> + __builtin_set_thread_pointer(tcbp); \ > > Missing space before '(' in call to __builtin_set_thread_pointer. Fixed. _______________________________________________ linux-snps-arc mailing list linux-snps-arc@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/linux-snps-arc