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
commitda2ef939599d0771f1e6fa36ed21e41fd87d855a (patch)
tree39bc258ddefb6499759016f6af4019c71a5c68b9
parent7096c735d8b965f957fbdc11161fe2cf7cb96266 (diff)
downloadbinutils-gdb-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 55c3d639f62..87f96683475 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 64285b8dd6c..04544d1e495 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