diff options
Diffstat (limited to 'sysdeps/sparc/sparc64/stackguard-macros.h')
-rw-r--r-- | sysdeps/sparc/sparc64/stackguard-macros.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sysdeps/sparc/sparc64/stackguard-macros.h b/sysdeps/sparc/sparc64/stackguard-macros.h deleted file mode 100644 index cc0c12c041..0000000000 --- a/sysdeps/sparc/sparc64/stackguard-macros.h +++ /dev/null @@ -1,7 +0,0 @@ -#include <stdint.h> - -#define STACK_CHK_GUARD \ - ({ uintptr_t x; asm ("ldx [%%g7+0x28], %0" : "=r" (x)); x; }) - -#define POINTER_CHK_GUARD \ - ({ uintptr_t x; asm ("ldx [%%g7+0x30], %0" : "=r" (x)); x; }) |