diff options
| author | burnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-11-27 16:43:12 +0000 |
|---|---|---|
| committer | burnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-11-27 16:43:12 +0000 |
| commit | 95b190b98c44efe64514f0da0cfb7addd4283bc5 (patch) | |
| tree | c3755984e69197c67c33891a173a8c87311a7a02 | |
| parent | 240fd4a02aabea6067e355e6ae279d16522e37a3 (diff) | |
| download | ppe42-gcc-95b190b98c44efe64514f0da0cfb7addd4283bc5.tar.gz ppe42-gcc-95b190b98c44efe64514f0da0cfb7addd4283bc5.zip | |
2006-11-27 Tobias Burnus <burnus@net-b.de>
* doc/invoke.texi: Fixed typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119257 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/doc/invoke.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fcfffec4edd..19e95dee861 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-11-27 Tobias Burnus <burnus@net-b.de> + + * doc/invoke.texi: Fixed typo. + 2006-11-27 Michael Matz <matz@suse.de> Andreas Krebbel <krebbel1@de.ibm.com> diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 51d8fb4ffa3..427b267a880 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -9727,7 +9727,7 @@ For string operation of unknown size, inline runtime checks so for small blocks inline code is used, while for large blocks librarly call is used. @item -mstringop-strategy=@var{alg} -@optindex mstringop-strategy=@var{alg} +@opindex mstringop-strategy=@var{alg} Overwrite internal decision heuristic about particular algorithm to inline string opteration with. The allowed values are @code{rep_byte}, @code{rep_4byte}, @code{rep_8byte} for expanding using i386 @code{rep} prefix |

