9.3.1 --data-init
Support initialized data (this is the default).
Create a special output section named .dinit
as a template for the run-time initialization of data. The C start-up module in libpic30.a
interprets this template and copies initial data values into initialized data sections. Other data sections (such as .bss
) are cleared before the main()
function is called. Note that the persistent data section (.pbss
) is not affected by this option.