b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | --- a/libgcc/crtstuff.c |
2 | +++ b/libgcc/crtstuff.c | ||||
3 | @@ -152,7 +152,7 @@ call_ ## FUNC (void) \ | ||||
4 | #endif | ||||
5 | |||||
6 | #if !defined(USE_TM_CLONE_REGISTRY) && defined(OBJECT_FORMAT_ELF) | ||||
7 | -# define USE_TM_CLONE_REGISTRY 1 | ||||
8 | +# define USE_TM_CLONE_REGISTRY 0 | ||||
9 | #elif !defined(USE_TM_CLONE_REGISTRY) | ||||
10 | # define USE_TM_CLONE_REGISTRY 0 | ||||
11 | #endif |