OSDN Git Service

* dbxout.c: (dbxout_symbol): FRAME_POINTER_REGNUM has been eliminated
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 24 Sep 1993 19:38:51 +0000 (19:38 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 24 Sep 1993 19:38:51 +0000 (19:38 +0000)
by now, use HARD_FRAME_POINTER_REGNUM.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5452 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/dbxout.c

index 8b53958..29dda05 100644 (file)
@@ -1787,7 +1787,7 @@ dbxout_symbol_location (decl, type, suffix, home)
   else if (GET_CODE (home) == MEM
           && (GET_CODE (XEXP (home, 0)) == MEM
               || (GET_CODE (XEXP (home, 0)) == REG
-                  && REGNO (XEXP (home, 0)) != FRAME_POINTER_REGNUM)))
+                  && REGNO (XEXP (home, 0)) != HARD_FRAME_POINTER_REGNUM)))
     /* If the value is indirect by memory or by a register
        that isn't the frame pointer
        then it means the object is variable-sized and address through