On 29 Jan 2015, at 09:23, John-Mark Gurney wrote:
>
> Dimitry Andric wrote this message on Wed, Jan 28, 2015 at 22:22 +:
>> Replace the VERSION_KEY define with a writable char array, so no const
>> qualifier needs to be dropped anymore.
>
> You do realize that you should juse use __DECONST
Dimitry Andric wrote this message on Wed, Jan 28, 2015 at 22:22 +:
> Replace the VERSION_KEY define with a writable char array, so no const
> qualifier needs to be dropped anymore.
You do realize that you should juse use __DECONST for this instead?
This moves the data from .rodata into .d