Re: [PATCH] LoongArch: testsuite: refine __tls_get_addr tests with tls_native

2022-08-28 Thread Lulu Cheng
LGTM! Thanks. 在 2022/8/24 下午10:09, Xi Ruoyao 写道: If GCC is not built with a working linker for the target (developers occansionally build such a "minimal" GCC for testing and debugging), TLS will be emulated and __tls_get_addr won't be used. Refine those tests depending on __tls_get_addr with

[PATCH] LoongArch: testsuite: refine __tls_get_addr tests with tls_native

2022-08-24 Thread Xi Ruoyao via Gcc-patches
If GCC is not built with a working linker for the target (developers occansionally build such a "minimal" GCC for testing and debugging), TLS will be emulated and __tls_get_addr won't be used. Refine those tests depending on __tls_get_addr with tls_native to avoid test failures. gcc/testsuite/Cha