ARC:fpu: add extra capability check before use of sqrt and fma builtins
[glibc.git] / sysdeps / hppa / entry.h
blobf88bb5689d297fd48dc8fb541d0b55ed9f8010df
1 extern void _start (void);
3 /* Lives in libgcc.so and canonicalizes function pointers for comparison. */
4 extern unsigned int __canonicalize_funcptr_for_compare (unsigned int fptr);
6 /* The function's entry point is stored in the first word of the
7 function descriptor (plabel) of _start(). */
8 #define ENTRY_POINT __canonicalize_funcptr_for_compare((unsigned int)_start)