I've run into an odd issue with the linker where it seems to allocate data outside of the region that an output section was assigned to. This occurs (maybe only?) when the contents of that section are defined by a variable declaration in C. For example:/*..
↧