Re: [PATCH v3] libcsupport: Address *tors FIXME

2020-06-30 Thread Sebastian Huber
On 29/06/2020 21:35, Kinsey Moore wrote: This introduces the CPU_USE_LIBC_INIT_FINI_ARRAY define for use by CPU ports to determine which global constructor and destructor methods are used instead of placing architecture defines where they shouldn't be. Close #4018 Thanks, I checked it in with

[PATCH v3] libcsupport: Address *tors FIXME

2020-06-29 Thread Kinsey Moore
This introduces the CPU_USE_LIBC_INIT_FINI_ARRAY define for use by CPU ports to determine which global constructor and destructor methods are used instead of placing architecture defines where they shouldn't be. Close #4018 --- cpukit/libcsupport/src/newlibc_exit.c | 5 +