We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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?
Has any tools or method can analyze the call tree for Common Block Subroutines?