about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-02-03 15:04:24 +0000
committerAndreas Jaeger <aj@suse.de>2000-02-03 15:04:24 +0000
commit491041481bda3d8f54014c4596d4ee7b6e2d88f0 (patch)
tree92a0731ea2f5fcb3f20d7b83a7035a3ff5cd68fd /sysdeps
parent156d6b9a46939f9590432e7dff80fe0b499b1d2d (diff)
downloadglibc-491041481bda3d8f54014c4596d4ee7b6e2d88f0.tar.gz
glibc-491041481bda3d8f54014c4596d4ee7b6e2d88f0.tar.xz
glibc-491041481bda3d8f54014c4596d4ee7b6e2d88f0.zip
Update.
	* sysdeps/mips/abort-instr.h: New file.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/mips/abort-instr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/mips/abort-instr.h b/sysdeps/mips/abort-instr.h
new file mode 100644
index 0000000000..d7d8d501b3
--- /dev/null
+++ b/sysdeps/mips/abort-instr.h
@@ -0,0 +1,2 @@
+/* An instruction which should crash any program is a breakpoint.  */
+#define ABORT_INSTRUCTION asm ("break 255")