From: Andreas Jaeger Date: Thu, 3 Feb 2000 15:03:50 +0000 (+0000) Subject: 2000-02-03 Andreas Jaeger X-Git-Tag: glibc-2.16-ports-before-merge~2696 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ae8736b79852eaf7dc00d592a906faff5954954d;p=thirdparty%2Fglibc.git 2000-02-03 Andreas Jaeger * sysdeps/mips/abort-instr.h: New file. --- diff --git a/sysdeps/mips/abort-instr.h b/sysdeps/mips/abort-instr.h new file mode 100644 index 00000000000..d7d8d501b3b --- /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")