about summary refs log tree commit diff
path: root/sysdeps/powerpc/abort-instr.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-09-15 18:31:23 +0000
committerUlrich Drepper <drepper@redhat.com>2002-09-15 18:31:23 +0000
commit0a5a6ea3aa7676af46dee0dbe67cd9c43490a717 (patch)
treebe219e5f3dfa79bd2be47fa60170f40a447d5d45 /sysdeps/powerpc/abort-instr.h
parent17dd9f90097c58323c3f1f2b87cda1783a2de6a8 (diff)
downloadglibc-0a5a6ea3aa7676af46dee0dbe67cd9c43490a717.tar.gz
glibc-0a5a6ea3aa7676af46dee0dbe67cd9c43490a717.tar.xz
glibc-0a5a6ea3aa7676af46dee0dbe67cd9c43490a717.zip
Update.
2002-09-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>

	* sysdeps/powerpc/abort-instr.h: New file.
Diffstat (limited to 'sysdeps/powerpc/abort-instr.h')
-rw-r--r--sysdeps/powerpc/abort-instr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/powerpc/abort-instr.h b/sysdeps/powerpc/abort-instr.h
new file mode 100644
index 0000000000..43746e65ba
--- /dev/null
+++ b/sysdeps/powerpc/abort-instr.h
@@ -0,0 +1,2 @@
+/* An op-code of 0 is guaranteed to be illegal.  */
+#define ABORT_INSTRUCTION asm (".long 0")