diff options
-rw-r--r-- | ChangeLog.csl | 4 | ||||
-rw-r--r-- | gas/doc/c-arc.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl index 55c3d63..87f9668 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 64285b8..04544d1 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 |