From 491041481bda3d8f54014c4596d4ee7b6e2d88f0 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 3 Feb 2000 15:04:24 +0000 Subject: Update. * sysdeps/mips/abort-instr.h: New file. --- ChangeLog | 2 ++ sysdeps/mips/abort-instr.h | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 sysdeps/mips/abort-instr.h diff --git a/ChangeLog b/ChangeLog index dcc0ae0e37..d1f9daa588 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2000-02-03 Andreas Jaeger + * 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. 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") -- cgit 1.4.1