From: Richard Kenner Date: Tue, 3 Oct 1995 15:51:51 +0000 (-0400) Subject: (RETURN_ADDR_RTX): New definition. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6ea0cab3c42dd8fa9fe63e22f80cc4aa60500497;p=gcc.git (RETURN_ADDR_RTX): New definition. From-SVN: r10421 --- diff --git a/gcc/config/alpha/alpha.h b/gcc/config/alpha/alpha.h index f4b76e87c35..73a0f5487c3 100644 --- a/gcc/config/alpha/alpha.h +++ b/gcc/config/alpha/alpha.h @@ -1089,6 +1089,12 @@ __enable_execute_stack (addr) \ perror ("mprotect of trampoline code"); \ } +#define RETURN_ADDR_RTX(count, frame) \ +((count == 0 && alpha_sa_size () == 0 && 0 /* not right. */) \ + ? gen_rtx (REG, Pmode, 26) \ + : gen_rtx (MEM, Pmode, \ + memory_address (Pmode, frame))) + /* Addressing modes, and classification of registers for them. */ /* Addressing modes, and classification of registers for them. */ /* #define HAVE_POST_INCREMENT */