2.9
[glibc/nacl-glibc.git] / sysdeps / ia64 / elf / entry.h
blobb93e1b6a57dfee8a096d602669964d3aadfce54f
1 #ifndef __ASSEMBLY__
2 extern void _start (void);
3 #endif
5 /* The function's entry point is stored in the first word of the
6 function descriptor (plabel) of _start(). */
7 #define ENTRY_POINT (((long int *) _start)[0])
9 /* We have to provide a special declaration. */
10 #define ENTRY_POINT_DECL(class) class void _start (void);