Update.
authorAndreas Jaeger <aj@suse.de>
Thu, 3 Feb 2000 15:04:24 +0000 (15:04 +0000)
committerAndreas Jaeger <aj@suse.de>
Thu, 3 Feb 2000 15:04:24 +0000 (15:04 +0000)
* sysdeps/mips/abort-instr.h: New file.

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

index dcc0ae0..d1f9daa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2000-02-03  Andreas Jaeger  <aj@suse.de>
 
+       * sysdeps/mips/abort-instr.h: New file.
+
        * sysdeps/unix/sysv/linux/mips/sigcontextinfo.h: New file.
 
        * sysdeps/unix/sysv/linux/mips/register-dump.h: New file.
diff --git a/sysdeps/mips/abort-instr.h b/sysdeps/mips/abort-instr.h
new file mode 100644 (file)
index 0000000..d7d8d50
--- /dev/null
@@ -0,0 +1,2 @@
+/* An instruction which should crash any program is a breakpoint.  */
+#define ABORT_INSTRUCTION asm ("break 255")