]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(ENTRY): New macro.
authorRoland McGrath <roland@gnu.org>
Fri, 9 Dec 1994 20:00:58 +0000 (20:00 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 9 Dec 1994 20:00:58 +0000 (20:00 +0000)
sysdeps/mach/alpha/sysdep.h

index 166c711d5e1269ef7a483f62b87f01483729b2ea..4ef23ae21b0f9b8e195ecd77d251d37500dd5ea9 100644 (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>