![]() |
GCC4TI Linker Binary Code Fixup |
Previous | The GCC4TI Linker | Next |
The GCC4TI linker can do many operations on binary code. If you want it to
behave correctly in all cases, you need to make sure that no executable code
is included in a data section, and no data is included in a code section.
However, GCC4TI usually merges all data into the code section to optimize
references to it, so in rare cases it is possible for the linker to generate
incorrect code.
Binary code fixup is divided into several categories: