Georg-Johann Lay <[email protected]> writes: > On functional safety devices (AVR-SD), each executed instruction must > be followed by a valid opcode. This is because instruction fetch and > decode for the next instruction runs while the 2-stage pipeline is > executing the current instruction. > > There is only one case where avr-gcc generates code interspersed with > data, which is when a switch/case table is generated for a function > with a "section" attribute and AVR_HAVE_JMP_CALL. In that case, the > table with the gs() code label addresses is put in .subsection 1 so > that it belongs to the section as specified by the "section" attribute. > > Ok to apply?
Ok.Please apply. Denis
