aboutsummaryrefslogtreecommitdiff
path: root/ports/sysdeps
diff options
context:
space:
mode:
authorMarcus Shawcroft <marcus.shawcroft@linaro.org>2014-01-01 17:28:33 +0000
committerMarcus Shawcroft <marcus.shawcroft@linaro.org>2014-01-01 17:58:47 +0000
commit4513de089ba54e86386b71ec6f25fd48b425958b (patch)
tree7164e7b776d2eb56c0c1db82eacfade69b5bc666 /ports/sysdeps
parent9188b6818a3d1a6e6d89bf10fa4aea27a591494c (diff)
downloadglibc-4513de089ba54e86386b71ec6f25fd48b425958b.zip
glibc-4513de089ba54e86386b71ec6f25fd48b425958b.tar.gz
glibc-4513de089ba54e86386b71ec6f25fd48b425958b.tar.bz2
[AArch64] Define ABORT_INSTRUCTION.
Diffstat (limited to 'ports/sysdeps')
-rw-r--r--ports/sysdeps/aarch64/abort-instr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/sysdeps/aarch64/abort-instr.h b/ports/sysdeps/aarch64/abort-instr.h
new file mode 100644
index 0000000..8b1c40b
--- /dev/null
+++ b/ports/sysdeps/aarch64/abort-instr.h
@@ -0,0 +1 @@
+#define ABORT_INSTRUCTION asm ("brk\t#1000")