added .rdata and .rodata sections to packaging script

This commit is contained in:
Anton Lydike 2021-08-21 12:53:36 +02:00
parent 601b507370
commit efb372cb5f

View File

@ -11,7 +11,7 @@ import json
# A set of sections that we want to include in the image
INCLUDE_THESE_SECTIONS = set((
'.text', '.stack', '.bss', '.sdata',
'.text', '.stack', '.bss', '.sdata', '.rdata', '.rodata'
'.sbss', '.data', '.stack', '.init',
'.fini', '.preinit_array', '.init_array',
'.fini_array', '.rodata'