Tool/software: TI C/C++ Compiler
I noticed that ELF binary files generated by TI's ARM linker (15.12.3.LTS) have overlapping sections.
According to my understanding this violates the ELF standard which states that "Sections in a file may not overlap. No byte in a file resides in more than one section."
Below is an example. Notice how the ".debug_info" section extends over both ".bss" and ".data".
Is this a bug or intentional/desired behavior?
Thanks,
Beat
