(RETURN_ADDR_RTX): New definition.

From-SVN: r10421
This commit is contained in:
Richard Kenner 1995-10-03 11:51:51 -04:00
parent 5b6faa7080
commit 6ea0cab3c4

View File

@ -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 */