From d8a0edf4b49e68de596279d9c720932713304ca7 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Fri, 24 Sep 1993 19:55:19 +0000 Subject: [PATCH] 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 --- gcc/sdbout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/sdbout.c b/gcc/sdbout.c index a08230dc94a..a9cecad141c 100644 --- a/gcc/sdbout.c +++ b/gcc/sdbout.c @@ -801,7 +801,7 @@ sdbout_symbol (decl, local) else if (GET_CODE (value) == MEM && (GET_CODE (XEXP (value, 0)) == MEM || (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))) /* If the value is indirect by memory or by a register that isn't the frame pointer -- 2.30.2