RTX_FRAME_RELATED_P?
Mark Mitchell
mark@codesourcery.com
Mon Jan 8 15:07:00 GMT 2001
Is RTX_FRAME_RELATED_P supposed to be set only for instructions that
actually modify the stack pointer (or frame pointer, or saves a
register) -- or any instruction that vaguely contributes to that
process?
The MIPS back-end sets RTX_FRAME_RELATED_P for instructions that
manipulate constants involving the frame size -- even when those don't
directly affect the frame pointer itself. It seems silly to emit
DWARF2 information for these instructions to me, but what do I know? :-)
Help?
Thanks,
--
Mark Mitchell mark@codesourcery.com
CodeSourcery, LLC http://www.codesourcery.com
More information about the Gcc
mailing list