Some applications don't use these sections. They should be able to opt-out of the initialization code that zeroes .bss and initializes .data.
When this Cargo feature is disabled, use of static mut variables, or rather anything that goes in these sections, should be forbidden via linker script magic.
Some applications don't use these sections. They should be able to opt-out of the initialization code that zeroes .bss and initializes .data.
When this Cargo feature is disabled, use of
static mut
variables, or rather anything that goes in these sections, should be forbidden via linker script magic.