From: Roland McGrath Date: Mon, 23 Sep 2002 03:30:34 +0000 (+0000) Subject: 2002-09-21 Carlos O'Donell X-Git-Tag: glibc-2.16-ports-before-merge~1587 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e6697827c9dd2441185ff0aab44aa1b9292dc85c;p=thirdparty%2Fglibc.git 2002-09-21 Carlos O'Donell * sysdeps/hppa/abort-instr.h: New file. --- diff --git a/sysdeps/hppa/abort-instr.h b/sysdeps/hppa/abort-instr.h new file mode 100644 index 00000000000..f1afea46de1 --- /dev/null +++ b/sysdeps/hppa/abort-instr.h @@ -0,0 +1,6 @@ +/* An instruction privileged instruction to crash a userspace program. + + We go with iitlbp because it has a history of being used to crash + programs. */ + +#define ABORT_INSTRUCTION asm ("iitlbp %r0,(%r0)")