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.

-- 
Joseph S. Myers
jos...@codesourcery.com

_______________________________________________
linux-snps-arc mailing list
linux-snps-arc@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-snps-arc

Reply via email to