Commit f11502ac by Gerald Pfeifer Committed by Gerald Pfeifer

* invoke.texi (AVR Options): Avoid \leq{}.

From-SVN: r180007
parent fc1f4caf
2011-10-14 Gerald Pfeifer <gerald@pfeifer.com>
* invoke.texi (AVR Options): Avoid \leq{}.
2011-10-14 Kai Tietz <ktietz@redhat.com>
* gimplify.c (gimplify_expr): Take care that for bitwise-binary
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment