mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
Update.
* sysdeps/mips/abort-instr.h: New file.
This commit is contained in:
parent
156d6b9a46
commit
491041481b
@ -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.
|
||||
|
2
sysdeps/mips/abort-instr.h
Normal file
2
sysdeps/mips/abort-instr.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* An instruction which should crash any program is a breakpoint. */
|
||||
#define ABORT_INSTRUCTION asm ("break 255")
|
Loading…
Reference in New Issue
Block a user