diff options
Diffstat (limited to 'sysdeps/ia64')
-rw-r--r-- | sysdeps/ia64/entry.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sysdeps/ia64/entry.h b/sysdeps/ia64/entry.h new file mode 100644 index 0000000000..9ae8b8615c --- /dev/null +++ b/sysdeps/ia64/entry.h @@ -0,0 +1,8 @@ +#include <link.h> +#include <dl-fptr.h> + +extern void _start (void); + +/* The function's entry point is stored in the first word of the + function descriptor (plabel) of _start(). */ +#define ENTRY_POINT ELF_PTR_TO_FDESC (_start)->ip |