Update.
authorUlrich Drepper <drepper@redhat.com>
Sun, 15 Sep 2002 18:31:23 +0000 (18:31 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 15 Sep 2002 18:31:23 +0000 (18:31 +0000)
2002-09-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>

* sysdeps/powerpc/abort-instr.h: New file.

ChangeLog
sysdeps/powerpc/abort-instr.h [new file with mode: 0644]

index dc5c337..984b4a4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-09-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
+
+       * sysdeps/powerpc/abort-instr.h: New file.
+
 2002-09-14  Ulrich Drepper  <drepper@redhat.com>
 
        * sysdeps/generic/libc-start.c (__libc_start_main): Remove bogus
diff --git a/sysdeps/powerpc/abort-instr.h b/sysdeps/powerpc/abort-instr.h
new file mode 100644 (file)
index 0000000..43746e6
--- /dev/null
@@ -0,0 +1,2 @@
+/* An op-code of 0 is guaranteed to be illegal.  */
+#define ABORT_INSTRUCTION asm (".long 0")