mtrace: make shell commands robust against meta characters
[glibc.git] / sysdeps / sparc / sparc64 / stackguard-macros.h
blobcc0c12c0412901cfb00a80da71eb3a117b5d1c5a
1 #include <stdint.h>
3 #define STACK_CHK_GUARD \
4 ({ uintptr_t x; asm ("ldx [%%g7+0x28], %0" : "=r" (x)); x; })
6 #define POINTER_CHK_GUARD \
7 ({ uintptr_t x; asm ("ldx [%%g7+0x30], %0" : "=r" (x)); x; })