diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ef5faf1790c..7a16ed7f80f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2011-10-14 Gerald Pfeifer + + * invoke.texi (AVR Options): Avoid \leq{}. + 2011-10-14 Kai Tietz * gimplify.c (gimplify_expr): Take care that for bitwise-binary diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 2501a8e3bce..7d1ae1bfad1 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -10700,7 +10700,7 @@ Without this option, the @code{X} register may be used in the same way as @code{Y} or @code{Z} which then is emulated by additional instructions. For example, loading a value with @code{X+const} addressing with a -small @code{const @leq{} 63} to a register @var{Rn} will be printed as +small @code{const <= 63} to a register @var{Rn} will be printed as @example adiw r26, const ld @var{Rn}, X