diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-04-07 03:03:55 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-04-07 03:03:55 +0000 |
commit | f5eefa621328c1e67b9a322187ebe777b13b280d (patch) | |
tree | d346c5d50b76a5e5aafc9ca8f265ae0e85156022 /sysdeps/ia64/abort-instr.h | |
parent | 663a2488dedbd6a52f9ef1611cdf600b767db874 (diff) | |
download | glibc-f5eefa621328c1e67b9a322187ebe777b13b280d.tar.gz glibc-f5eefa621328c1e67b9a322187ebe777b13b280d.tar.xz glibc-f5eefa621328c1e67b9a322187ebe777b13b280d.zip |
Update.
* sysdeps/ia64/abort-instr.h: New file. Code by David Mosberger.
Diffstat (limited to 'sysdeps/ia64/abort-instr.h')
-rw-r--r-- | sysdeps/ia64/abort-instr.h | 3 |
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") |