mirror of git://sourceware.org/git/glibc.git
2002-04-24 Roland McGrath <roland@frob.com>
* sysdeps/mach/alpha/sysdep.h (ENTRY): New macro.
This commit is contained in:
parent
337ca8062e
commit
2ee700db50
|
@ -43,6 +43,15 @@
|
||||||
#define ALIGN 3
|
#define ALIGN 3
|
||||||
#include <sysdeps/mach/sysdep.h>
|
#include <sysdeps/mach/sysdep.h>
|
||||||
|
|
||||||
|
/* 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 <mach/alpha/asm.h>
|
#include <mach/alpha/asm.h>
|
||||||
#undef at
|
#undef at
|
||||||
#define at 28
|
#define at 28
|
||||||
|
|
Loading…
Reference in New Issue