Hi, All, I want to define some sections so that them occupy the same memory locations.
How I can do it ? I tried to use --section-start ld option, but it seems it does not work :( !? The idea is to put variables that have no simultaneous use in the overlapping section, and save some memory :). Thanks, Oleg.