aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Pinski <pinskia@gcc.gnu.org>2006-12-08 00:11:44 -0800
committerAndrew Pinski <pinskia@gcc.gnu.org>2006-12-08 00:11:44 -0800
commitfaf8957192ac3ddff0f34990c0b339ec1fb23560 (patch)
tree7894d42a01c9a81bcdcd3fb791aa8144154ecfe9
parent9ba7a2f2926541d4db21c6df15acc783b73e1f4f (diff)
downloadgcc-faf8957192ac3ddff0f34990c0b339ec1fb23560.zip
gcc-faf8957192ac3ddff0f34990c0b339ec1fb23560.tar.gz
gcc-faf8957192ac3ddff0f34990c0b339ec1fb23560.tar.bz2
Correctly wrap my changelog entry.
From-SVN: r119650
-rw-r--r--gcc/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 2f8638f..6a38e9d 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -2,7 +2,8 @@
* config/spu/spu-c.c (spu_build_overload_builtin): Delete.
(spu_resolve_overloaded_builtin): Check for non scalar instead
- of vector type and check the function call argument type also for non scalar.
+ of vector type and check the function call argument type also for
+ non scalar.
Call build_function_call instead of spu_build_overload_builtin.
2006-12-07 Trevor Smigiel <trevor_smigiel@playstation.sony.com>