"Li-Ta Lo" ollie@lanl.gov writes:
Are you using inline asm in gcc code? What is your asm in C looks like? You can still use .section directive in the inline asm AFIAK.
You can and you can even explicitly tell gcc the section. The problem is that you have to tell gcc everywhere...
Eric