From: Ulrich Drepper Date: Thu, 2 Jan 1997 18:38:59 +0000 (+0000) Subject: Instruction to abort any process X-Git-Tag: glibc-2.16-ports-before-merge~3700 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d5726ef319be923e8bc851ca137cd03309f29072;p=thirdparty%2Fglibc.git Instruction to abort any process --- diff --git a/sysdeps/m68k/abort-instr.h b/sysdeps/m68k/abort-instr.h new file mode 100644 index 00000000000..b43c9efe1d6 --- /dev/null +++ b/sysdeps/m68k/abort-instr.h @@ -0,0 +1,2 @@ +/* An instruction which should crash any program is `illegal'. */ +#define ABORT_INSTRUCTION asm ("illegal")