Patch from Chris Emerson for PPC. cothreads stuff was causing segfaults, because...
authorRichard Boulton <richard@tartarus.org>
Thu, 21 Sep 2000 00:57:09 +0000 (00:57 +0000)
committerRichard Boulton <richard@tartarus.org>
Thu, 21 Sep 2000 00:57:09 +0000 (00:57 +0000)
commit59030bfc59ea2d9fd5350b03cbb8c9bcdb326c51
tree97e7e4b2f18802f02a5e32aea62d6c79ad8a20d5
parentf8666a569f7b321c1ec6fd7f33b6e6d5f3a89581
Patch from Chris Emerson for PPC.  cothreads stuff was causing segfaults, because the stack needs to be initialised w...

Original commit message from CVS:
Patch from Chris Emerson for PPC.  cothreads stuff was causing segfaults,
because the stack needs to be initialised with a particular structure on
PPC, unlike x86 where it simply has items pushed or popped.
Added Chris to AUTHORS, for his trouble.
AUTHORS
gst/cothreads.c
gst/gsti386.h
gst/gstppc.h
test/cothreads/cothreads.c