Modifier event, tweaks for linker script.
This commit is contained in:
parent
9a991bf019
commit
96ec16da92
8 changed files with 73 additions and 41 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue