summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2006-06-02 22:17:20 +0000
committerJoseph Myers <joseph@codesourcery.com>2006-06-02 22:17:20 +0000
commit69e197b5e5f33b74f671b998259b9a7a97875e84 (patch)
tree7eeab0d0bba29148740e61e016ae0b86bb0e5d3d
parent8e30a24fa1dbd0f0db14247acad9d5e001cb1a6e (diff)
downloadbinutils-redhat-binutils-csl-arm-2005q1-branch.tar.gz
-rw-r--r--ChangeLog.csl4
-rw-r--r--gas/doc/c-arc.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 55c3d639f6..87f9668347 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,7 @@
+2006-06-02 Joseph Myers <joseph@codesourcery.com>
+
+ * gas/doc/c-arc.texi: Fix typo.
+
2006-04-28 Joseph Myers <joseph@codesourcery.com>
* gas/config/tc-arm.c (do_iwmmxt_wldstbh): Don't multiply offset
diff --git a/gas/doc/c-arc.texi b/gas/doc/c-arc.texi
index 64285b8dd6..04544d1e49 100644
--- a/gas/doc/c-arc.texi
+++ b/gas/doc/c-arc.texi
@@ -49,7 +49,7 @@ Base instruction set.
Jump-and-link (jl) instruction. No requirement of an instruction between
setting flags and conditional jump. For example:
-@smallexample @ta
+@smallexample
mov.f r0,r1
beq foo
@end smallexample