* sysdeps/mips/abort-instr.h: New file.
This commit is contained in:
Andreas Jaeger 2000-02-03 15:04:24 +00:00
parent 156d6b9a46
commit 491041481b
2 changed files with 4 additions and 0 deletions

View File

@ -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.

View File

@ -0,0 +1,2 @@
/* An instruction which should crash any program is a breakpoint. */
#define ABORT_INSTRUCTION asm ("break 255")