aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ia64/stackguard-macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/ia64/stackguard-macros.h')
-rw-r--r--sysdeps/ia64/stackguard-macros.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/sysdeps/ia64/stackguard-macros.h b/sysdeps/ia64/stackguard-macros.h
deleted file mode 100644
index 390729327a..0000000000
--- a/sysdeps/ia64/stackguard-macros.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <stdint.h>
-
-#define STACK_CHK_GUARD \
- ({ uintptr_t x; asm ("adds %0 = -8, r13;; ld8 %0 = [%0]" : "=r" (x)); x; })
-
-#define POINTER_CHK_GUARD \
- ({ uintptr_t x; asm ("adds %0 = -16, r13;; ld8 %0 = [%0]" : "=r" (x)); x; })