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 analyze common block subroutines and its call tree?

I got a problem while my compiler works with OT(9), the problem is the stack pointer underflow and I have validated. The reason is OT(9) created new Common Block Subroutines in application, and some subroutines call other subroutines, Every additional Call increase the stack pointer by 2 Bytes.
So, I want to check Common Block Subroutines in map file, but it just list the location of Common Block Subroutines and I can't find the call tree related with Common Block Subroutines. How can I find the call tree related with Common Block Subroutines?

0