Multi section funciton call crash
Brought to you by:
jmarshall
Using PRC tools 2.2 for Linux
The attached code builds and runs fine with
optimisation off, however, with optimisation on causes
a crash. The call sequence looks like:
mainline -> extra_section_function -> inline function
-> default_section_function
The crash appears to occur at the inline function and
has the symptoms of a inter-section function call which
has not been set up correctly
multi section crash demo