Move all files into ports/ subdirectory in preparation for merge with glibc
[glibc.git] / ports / sysdeps / ia64 / stackguard-macros.h
blobdc683c28c52f78e53ac82a51b9b8e8f3ffb6a0a6
1 #include <stdint.h>
3 #define STACK_CHK_GUARD \
4 ({ uintptr_t x; asm ("adds %0 = -8, r13;; ld8 %0 = [%0]" : "=r" (x)); x; })