From f5eefa621328c1e67b9a322187ebe777b13b280d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 7 Apr 2001 03:03:55 +0000 Subject: Update. * sysdeps/ia64/abort-instr.h: New file. Code by David Mosberger. --- ChangeLog | 2 ++ sysdeps/ia64/abort-instr.h | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 sysdeps/ia64/abort-instr.h diff --git a/ChangeLog b/ChangeLog index ce2ecae5a3..5bc8005828 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2001-04-06 Ulrich Drepper + * sysdeps/ia64/abort-instr.h: New file. Code by David Mosberger. + * sysdeps/ia64/atomicity.h: New file. Copied from libstdc++. * sysdeps/i386/i486/atomicity.h: Clean up the asms. 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") -- cgit v1.2.3