Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 7 Apr 2001 03:03:55 +0000 (03:03 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 7 Apr 2001 03:03:55 +0000 (03:03 +0000)
* sysdeps/ia64/abort-instr.h: New file.  Code by David Mosberger.

ChangeLog
sysdeps/ia64/abort-instr.h [new file with mode: 0644]

index ce2ecae..5bc8005 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2001-04-06  Ulrich Drepper  <drepper@redhat.com>
 
+       * 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 (file)
index 0000000..8f26f0f
--- /dev/null
@@ -0,0 +1,3 @@
+/* An instruction which should crash any program is `break 0' which triggers
+   SIGILL.  */
+#define ABORT_INSTRUCTION asm ("break 0")