mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-21 07:08:43 +08:00
The definition of NEEDS_THUMB_SWITCH was not portable and flagged by the GCC -Wexpansion-to-defined. It is not portable to expand a macro which uses futher cpp directives. Closes #5328.