summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-12-09 20:00:58 +0000
committerRoland McGrath <roland@gnu.org>1994-12-09 20:00:58 +0000
commit654a1cf06f7d42ee1cdb852190f0399662adcbf8 (patch)
tree79e83a52ab5aea738712618c3ab161c850fc15d3
parent3829c914a72bee16d1f2e3bfc7d4fd56ca081597 (diff)
(ENTRY): New macro.
-rw-r--r--sysdeps/mach/alpha/sysdep.h2
1 files changed, 2 insertions, 0 deletions
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 <sysdep.h>