specific ELF section for data declaration
I am using C workshop compiler 5.0.
I am trying to tell the compiler to declare a static initialized variable
in a specific ELF section, rather than '.data" standard ones.
Does anybody know how to achieve this ?
thanks in advance.