hppa: fix loading of global pointer in _start [BZ #20277]
[glibc.git] / sysdeps / nacl / entry.h
blobe9dc190e34bd8e7627811d151abb310bcba6848c
1 #ifndef __ASSEMBLY__
2 # include <stdint.h>
3 extern void _start (uint32_t info[]) attribute_hidden;
4 #endif
6 #define ENTRY_POINT _start