aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2011-10-14 20:22:15 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2011-10-14 20:22:15 +0000
commitf11502ac2b4a79664aacc92b93ccd0bdccc2db71 (patch)
treed32e0c732ec2ca3359ab4b6b8cc154be2757f40a
parentfc1f4caf5f6e1e616f5dbefcdb37bb661cd8b8fd (diff)
downloadgcc-f11502ac2b4a79664aacc92b93ccd0bdccc2db71.zip
gcc-f11502ac2b4a79664aacc92b93ccd0bdccc2db71.tar.gz
gcc-f11502ac2b4a79664aacc92b93ccd0bdccc2db71.tar.bz2
* invoke.texi (AVR Options): Avoid \leq{}.
From-SVN: r180007
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/invoke.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index ef5faf1..7a16ed7 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+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
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 2501a8e..7d1ae1b 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