OSDN Git Service

merge from gnu/gcc-4_7-branch.
[pf3gnuchains/gcc-fork.git] / gcc / config / avr / avr.h
index cec00c1..79a669d 100644 (file)
@@ -671,13 +671,6 @@ mmcu=*:-mmcu=%*} \
    is one byte below the first argument.  */
 #define ARG_POINTER_CFA_OFFSET(FNDECL)  -1
 
-#define INCOMING_RETURN_ADDR_RTX   avr_incoming_return_addr_rtx ()
-#define INCOMING_FRAME_SP_OFFSET   (AVR_3_BYTE_PC ? 3 : 2)
-
-/* The caller's stack pointer value immediately before the call
-   is one byte below the first argument.  */
-#define ARG_POINTER_CFA_OFFSET(FNDECL)  -1
-
 #define HARD_REGNO_RENAME_OK(OLD_REG, NEW_REG) \
   avr_hard_regno_rename_ok (OLD_REG, NEW_REG)