From: Ulrich Drepper Date: Sun, 15 Sep 2002 18:31:23 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.30~21132 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0a5a6ea3aa7676af46dee0dbe67cd9c43490a717;p=external%2Fglibc.git Update. 2002-09-15 Franz Sirl * sysdeps/powerpc/abort-instr.h: New file. --- diff --git a/ChangeLog b/ChangeLog index dc5c337..984b4a4 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 0000000..43746e6 --- /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")