Merge request https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/985 was reviewed by Chris Johns
-- Chris Johns started a new discussion on cpukit/include/rtems/rtl/rtl-obj.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/985#note_141891 > +#define RTEMS_RTL_OBJ_SECT_SYM (1 << 8) /**< Section holds symbols. */ > +#define RTEMS_RTL_OBJ_SECT_STR (1 << 9) /**< Section holds strings. */ > #define RTEMS_RTL_OBJ_SECT_ALLOC (1 << 10 /**< Section allocates > runtime memory. */ Hmm there is a missing `)` and that has caused a ripple in the formatting? Are you able to add the `)` and then reformat? -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/985 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
