This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re: frame_pointer_needed


On Tue, May 23, 2000 at 04:16:35PM +0300, Dragos Badea wrote:
> In my machine description files the following are written:
> 
> #define  FIRST_PARM_OFFSET(FUNDECL) (frame_pointer_needed?-16:-8)

This is wrong.  This must be a constant from the argument pointer.
See INITIAL_ELIMINATION_OFFSET and friends on, say, x86.



r~

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