added .rdata and .rodata sections to packaging script

master
Anton Lydike 3 years ago
parent 601b507370
commit efb372cb5f

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

Loading…
Cancel
Save