about summary refs log tree commit diff
path: root/sysdeps/sh/abort-instr.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/sh/abort-instr.h')
-rw-r--r--sysdeps/sh/abort-instr.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/sh/abort-instr.h b/sysdeps/sh/abort-instr.h
deleted file mode 100644
index 69381aec8e..0000000000
--- a/sysdeps/sh/abort-instr.h
+++ /dev/null
@@ -1,3 +0,0 @@
-/* An instruction which should crash any program is `sleep'.  */
-#define ABORT_INSTRUCTION_ASM sleep
-#define ABORT_INSTRUCTION asm ("sleep")