From d73a59163ef705b6112ff18591d55c172cd764ae Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 9 Dec 1994 20:00:58 +0000 Subject: [PATCH] (ENTRY): New macro. --- sysdeps/mach/alpha/sysdep.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sysdeps/mach/alpha/sysdep.h b/sysdeps/mach/alpha/sysdep.h index 166c711d5e..4ef23ae21b 100644 --- a/sysdeps/mach/alpha/sysdep.h +++ b/sysdeps/mach/alpha/sysdep.h @@ -34,6 +34,8 @@ Cambridge, MA 02139, USA. */ asm volatile ("mov %0,$30; jmp $31, %1; ldgp $29, 0(%1)" \ : : "r" (__sp), "r" (__fn)); }) +#define ENTRY(name) LEAF(name, ***loser no arg count***) + #define STACK_GROWTH_DOWN #include_next