Hi,
I have code (rather large bunch of functions) which should be 64 bits aligned on per function basis.
I am looking for something like --align_code=8 for Cortex-R4 which would force alignment of all functions on 64 bits boundary. The alternative approach would be to place every function in a separate sections and force the linker to align all sections. I do not see a solution for this one either.
I see that I can place every function into separate section using --gen_func_subsections. How do I make linker align all sections ?
Is there any solution for this problem?
Thank you, Arkady.