From 48dd7b8c2ef7056ff4730c378ccd7e9445b5e40f Mon Sep 17 00:00:00 2001 From: Kinsey Moore Date: Mon, 29 Jun 2020 14:35:08 -0500 Subject: score: Add CPU_USE_LIBC_INIT_FINI_ARRAY 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/score/cpu/m68k/include/rtems/score/cpu.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/score/cpu/m68k') diff --git a/cpukit/score/cpu/m68k/include/rtems/score/cpu.h b/cpukit/score/cpu/m68k/include/rtems/score/cpu.h index de085c9f7d..777fbfeb30 100644 --- a/cpukit/score/cpu/m68k/include/rtems/score/cpu.h +++ b/cpukit/score/cpu/m68k/include/rtems/score/cpu.h @@ -433,6 +433,8 @@ void *_CPU_Thread_Idle_body( uintptr_t ignored ); /* end of Fatal Error manager macros */ +#define CPU_USE_LIBC_INIT_FINI_ARRAY FALSE + /* * Bitfield handler macros * -- cgit v1.2.3