From: Roland McGrath Date: Fri, 9 Dec 1994 20:00:58 +0000 (+0000) Subject: (ENTRY): New macro. X-Git-Tag: glibc-2.16-ports-before-merge~3998 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d73a59163ef705b6112ff18591d55c172cd764ae;p=thirdparty%2Fglibc.git (ENTRY): New macro. --- diff --git a/sysdeps/mach/alpha/sysdep.h b/sysdeps/mach/alpha/sysdep.h index 166c711d5e1..4ef23ae21b0 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