Hurd: Use __executable_start symbol instead of _start.
[glibc.git] / sysdeps / sparc / sparc64 / stackguard-macros.h
blob80f063558acecd703b666de32b2cb8c4ffc4d47e
1 #include <stdint.h>
3 #define STACK_CHK_GUARD \
4 ({ uintptr_t x; asm ("ldx [%%g7+0x28], %0" : "=r" (x)); x; })