This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

create memory overlay within .bss section

I'd like to overlay two data buffers within the .bss section so I can load them up at run time for different sections and treat accesses as near.  Is this possible, and if so how do I use the linker command file to accomplish this?