This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

side effects of the compiler-generated calls


Hi,

gfortran generated code uses calls to routines with the names that begin with “_gfortran_”, e.g. “_gfortran_set_std”, “_gfortran_st_write” etc. What are the side effects of these routines? What registers are used/affected by them? And most importantly, do they affect the value of the stack pointer ( %esp )?


Thank you,


David

--
David Livshin

http://www.dalsoft.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]