about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc64/stackguard-macros.h
blob: 9da879c61124c46d62182d2ef717294904ba68df (plain) (blame)
1
2
3
4
#include <stdint.h>

#define STACK_CHK_GUARD \
  ({ uintptr_t x; asm ("ld %0,-28688(13)" : "=r" (x)); x; })