aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-04-07 03:03:55 +0000
committerUlrich Drepper <drepper@redhat.com>2001-04-07 03:03:55 +0000
commitf5eefa621328c1e67b9a322187ebe777b13b280d (patch)
treed346c5d50b76a5e5aafc9ca8f265ae0e85156022 /sysdeps
parent663a2488dedbd6a52f9ef1611cdf600b767db874 (diff)
downloadglibc-f5eefa621328c1e67b9a322187ebe777b13b280d.tar
glibc-f5eefa621328c1e67b9a322187ebe777b13b280d.tar.gz
glibc-f5eefa621328c1e67b9a322187ebe777b13b280d.tar.bz2
glibc-f5eefa621328c1e67b9a322187ebe777b13b280d.zip
Update.
* sysdeps/ia64/abort-instr.h: New file. Code by David Mosberger.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/ia64/abort-instr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/ia64/abort-instr.h b/sysdeps/ia64/abort-instr.h
new file mode 100644
index 0000000000..8f26f0fc2a
--- /dev/null
+++ b/sysdeps/ia64/abort-instr.h
@@ -0,0 +1,3 @@
+/* An instruction which should crash any program is `break 0' which triggers
+ SIGILL. */
+#define ABORT_INSTRUCTION asm ("break 0")