diff --git a/ChangeLog b/ChangeLog index dc5c337339..984b4a4c31 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-09-15 Franz Sirl + + * sysdeps/powerpc/abort-instr.h: New file. + 2002-09-14 Ulrich Drepper * 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 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")