(ENTRY): New macro.

This commit is contained in:
Roland McGrath 1994-12-09 20:00:58 +00:00
parent 94b0df52ff
commit d73a59163e

View file

@ -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>