This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to add epilog and prolog in ARM compiler compiled code ?

g++  provides an option  -pg   which allows to write epilg and prolog for functions

Does gcc does not have  such  an option?

0