Modifier event, tweaks for linker script.

This commit is contained in:
Pete Johanson
2020-06-30 10:43:09 -04:00
parent 9a991bf019
commit 96ec16da92
8 changed files with 73 additions and 41 deletions

View File

@@ -1,16 +1,10 @@
#include <linker/linker-defs.h>
SECTION_PROLOGUE(event_types,,)
{
__event_type_start = .; \
KEEP(*(".event_type")); \
__event_type_end = .; \
} GROUP_LINK_IN(ROMABLE_REGION)
SECTION_PROLOGUE(event_subscriptions,,)
{
__event_subscriptions_start = .; \
KEEP(*(".event_subscription")); \
__event_subscriptions_end = .; \
} GROUP_LINK_IN(ROMABLE_REGION)