> Can i define a new input section with the name I want for a C code? Yes, you can use gcc attributes (see http://gcc.gnu.org/onlinedocs/gcc/C-Extensions.html#C-Extensions) for variables or functions - specifically the "section" attribute. John G
> Can i define a new input section with the name I want for a C code? Yes, you can use gcc attributes (see http://gcc.gnu.org/onlinedocs/gcc/C-Extensions.html#C-Extensions) for variables or functions - specifically the "section" attribute. John G