diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cb98935db5e..f1b1152aed5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -4,6 +4,10 @@ * function.c (purge_addressof_1): After pushing an addressed register onto the stack, simplify the result. +2003-01-27 Volker Reichelt + + * doc/extend.texi: Fix typo. + 2003-01-27 Volker Reichelt * doc/cppopts.texi: Fix typo. diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 082b87bb498..c5ad0940b6f 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -4530,7 +4530,7 @@ provided they are of the same size (in fact, you can also cast vectors to and from other datatypes of the same size). You cannot operate between vectors of different lengths or different -signness without a cast. +signedness without a cast. A port that supports hardware vector operations, usually provides a set of built-in functions that can be used to operate on vectors. For