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]
Other format: [Raw text]

Re: function arguments offset computation with -fomit-frame-pointer


On Wed, 2003-07-09 at 13:34, Peter Barada wrote:
> Do I only have to care about the pushsi patterns, or do I have to
> worry about all of the patterns that use '<' as a constraint (found 27
> times in m68k.md)?  Also can I use general_no_elim_operand verbatim?

You will probably have to experiment.  The push patterns would be the
main offenders, but it is possible that problems could arise from any
pattern that uses < or > as a constraint.

You will have to copy general_no_elim_operand from i386.c, but you
shouldn't need to modify it.

Jim



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