2002-09-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>

	* sysdeps/powerpc/abort-instr.h: New file.
This commit is contained in:
Ulrich Drepper 2002-09-15 18:31:23 +00:00
parent 17dd9f9009
commit 0a5a6ea3aa
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,2 @@
/* An op-code of 0 is guaranteed to be illegal. */
#define ABORT_INSTRUCTION asm (".long 0")