From: Roland McGrath Date: Wed, 24 Apr 2002 18:16:54 +0000 (+0000) Subject: 2002-04-24 Roland McGrath X-Git-Tag: glibc-2.16-ports-before-merge~1694 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2ee700db50930fd1189407488eb127cb6fdc65fa;p=thirdparty%2Fglibc.git 2002-04-24 Roland McGrath * sysdeps/mach/alpha/sysdep.h (ENTRY): New macro. --- diff --git a/sysdeps/mach/alpha/sysdep.h b/sysdeps/mach/alpha/sysdep.h index ddd98d666a7..84e21c8d5db 100644 --- a/sysdeps/mach/alpha/sysdep.h +++ b/sysdeps/mach/alpha/sysdep.h @@ -43,6 +43,15 @@ #define ALIGN 3 #include +/* Alpha needs the .ent and .frame magic that the generic version lacks. */ +#undef ENTRY +#define ENTRY(name) \ + .globl name; \ + .align 3; \ + .ent name, 0; \ + name##: \ + .frame sp, 0, ra + #include #undef at #define at 28