Commit 6ea0cab3 by Richard Kenner

(RETURN_ADDR_RTX): New definition.

From-SVN: r10421
parent 5b6faa70
...@@ -1089,6 +1089,12 @@ __enable_execute_stack (addr) \ ...@@ -1089,6 +1089,12 @@ __enable_execute_stack (addr) \
perror ("mprotect of trampoline code"); \ 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. */ /* Addressing modes, and classification of registers for them. */
/* #define HAVE_POST_INCREMENT */ /* #define HAVE_POST_INCREMENT */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment