Commit cae85ca9 by Ben Elliston Committed by Ben Elliston

* config/spu/spu_mfcio.h: Fix typo.

From-SVN: r130310
parent 6da06848
2007-11-20 Ben Elliston <bje@au.ibm.com> 2007-11-20 Ben Elliston <bje@au.ibm.com>
* config/spu/spu_mfcio.h: Fix typo.
2007-11-20 Ben Elliston <bje@au.ibm.com>
* unwind.inc: Comment that unwind-sjlj.c includes this file. * unwind.inc: Comment that unwind-sjlj.c includes this file.
2007-11-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com> 2007-11-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#include <spu_intrinsics.h> #include <spu_intrinsics.h>
#ifdef __IN_LIBGCC2 #ifdef __IN_LIBGCC2
unsigned long long uint64_t; typedef unsigned long long uint64_t;
#else #else
#include <stdint.h> #include <stdint.h>
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment