diff options
author | Ben Elliston <bje@au.ibm.com> | 2007-11-20 08:00:10 +0000 |
---|---|---|
committer | Ben Elliston <bje@gcc.gnu.org> | 2007-11-20 19:00:10 +1100 |
commit | cae85ca91aadc601f13f814bbc6527f54293d843 (patch) | |
tree | 4d249d3768c2eb12baa4afccacdde06fbee005f6 /gcc | |
parent | 6da06848ec8206c9824187019a9168b7aa38c94e (diff) | |
download | gcc-cae85ca91aadc601f13f814bbc6527f54293d843.zip gcc-cae85ca91aadc601f13f814bbc6527f54293d843.tar.gz gcc-cae85ca91aadc601f13f814bbc6527f54293d843.tar.bz2 |
* config/spu/spu_mfcio.h: Fix typo.
From-SVN: r130310
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/spu/spu_mfcio.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8ace694..7b39d8b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 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. 2007-11-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com> diff --git a/gcc/config/spu/spu_mfcio.h b/gcc/config/spu/spu_mfcio.h index e32132b..7653c8d 100644 --- a/gcc/config/spu/spu_mfcio.h +++ b/gcc/config/spu/spu_mfcio.h @@ -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 |