From 8034da37ce34e442aa8e04f3f1618b70b00ed10e Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Thu, 23 Mar 2000 12:14:06 +0000 Subject: rs6000.h (DWARF_FRAME_RETURN_COLUMN): Define. * config/rs6000/rs6000.h (DWARF_FRAME_RETURN_COLUMN): Define. * config/alpha/alpha.h (DWARF_FRAME_RETURN_COLUMN): Define. * config/sparc/sparc.h (DWARF_FRAME_RETURN_COLUMN): Define. * frame.h (frame_state): Revert last change. * frame.c (execute_cfa_insn): Just don't record the save of a CFA reg. * libgcc2.c (throw_helper): Revert last change. From-SVN: r32705 --- gcc/config/sparc/sparc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/config/sparc') diff --git a/gcc/config/sparc/sparc.h b/gcc/config/sparc/sparc.h index 0da6cd6..b42f508 100644 --- a/gcc/config/sparc/sparc.h +++ b/gcc/config/sparc/sparc.h @@ -2184,6 +2184,7 @@ LFLGRET"ID":\n\ is something you can return to. */ #define INCOMING_RETURN_ADDR_RTX \ plus_constant (gen_rtx_REG (word_mode, 15), 8) +#define DWARF_FRAME_RETURN_COLUMN DWARF_FRAME_REGNUM (15) /* The offset from the incoming value of %sp to the top of the stack frame for the current function. On sparc64, we have to account for the stack -- cgit v1.1