Matt Redfearn <matt.redfe...@nxp.com> writes:

> Output of objdump -stabs:

Use DWARF.

You're right, though, it looks like the debug generation routines think
that the parameter is passed in memory.  Specifically, DECL_INCOMING_RTL
of the PARM_DECL is a MEM.  You're going to need to find out why that
is.

Ian

Reply via email to