Commit d8a0edf4 by Doug Evans

sdbout.c: (sdbout_symbol): Use HARD_FRAME_POINTER_REGNUM instead of FRAME_POINTER_REGNUM.

* sdbout.c: (sdbout_symbol): Use HARD_FRAME_POINTER_REGNUM instead of
FRAME_POINTER_REGNUM.

From-SVN: r5467
parent cd0ca9ad
...@@ -801,7 +801,7 @@ sdbout_symbol (decl, local) ...@@ -801,7 +801,7 @@ sdbout_symbol (decl, local)
else if (GET_CODE (value) == MEM else if (GET_CODE (value) == MEM
&& (GET_CODE (XEXP (value, 0)) == MEM && (GET_CODE (XEXP (value, 0)) == MEM
|| (GET_CODE (XEXP (value, 0)) == REG || (GET_CODE (XEXP (value, 0)) == REG
&& REGNO (XEXP (value, 0)) != FRAME_POINTER_REGNUM && REGNO (XEXP (value, 0)) != HARD_FRAME_POINTER_REGNUM
&& REGNO (XEXP (value, 0)) != STACK_POINTER_REGNUM))) && REGNO (XEXP (value, 0)) != STACK_POINTER_REGNUM)))
/* If the value is indirect by memory or by a register /* If the value is indirect by memory or by a register
that isn't the frame pointer that isn't the frame pointer
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment