Mohamed Shafi <shafi...@gmail.com> writes: > The change logs says that current_function_outgoing_args_size is no > more available. But it doesnt say with what it is replaced. Looking at > the other targets i find that its replaced with some field in a > structure crtl. Where is this defined/declared.
crtl is declared in function.h. > I am working in GCC 4.4.0. I checked with the mainline internals. Even > there the references of these deleted variables are not replaced. > Could somebody please take care of this. Cc'ing Jan, since he removed the accessor macros. Ian