* config/spu/spu_mfcio.h: Fix typo.
authorBen Elliston <bje@au.ibm.com>
Tue, 20 Nov 2007 08:00:10 +0000 (08:00 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Tue, 20 Nov 2007 08:00:10 +0000 (19:00 +1100)
From-SVN: r130310

gcc/ChangeLog
gcc/config/spu/spu_mfcio.h

index 8ace69420298d632514c664f016f990cfb547ebe..7b39d8b2ab48e1b50bd524008ebc868f48b5c093 100644 (file)
@@ -1,3 +1,7 @@
+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.
index e32132bc12cda336961181ec52a7934179ee0264..7653c8d5b392946ed8ec314c9346b2e9b39f2f88 100644 (file)
@@ -26,7 +26,7 @@
 
 #include <spu_intrinsics.h>
 #ifdef __IN_LIBGCC2
-unsigned long long uint64_t;
+typedef unsigned long long uint64_t;
 #else
 #include <stdint.h>
 #endif