From: Bob Wilson Date: Wed, 19 Sep 2007 20:37:37 +0000 (+0000) Subject: * doc/c-xtensa.texi (Xtensa Immediate Relaxation): Fix "addi" typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e055a93133858ef65858efd331a9c12b6d71e39b;p=binutils-gdb.git * doc/c-xtensa.texi (Xtensa Immediate Relaxation): Fix "addi" typo. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 2dda0dbe629..ce2038701f8 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2007-09-19 Bob Wilson + + * doc/c-xtensa.texi (Xtensa Immediate Relaxation): Fix "addi" typo. + 2007-09-18 Bernd Schmidt * config/bfin-parse.y (asm_1): Slightly improve error messages diff --git a/gas/doc/c-xtensa.texi b/gas/doc/c-xtensa.texi index 0ef8996e028..bc1f48eb88b 100644 --- a/gas/doc/c-xtensa.texi +++ b/gas/doc/c-xtensa.texi @@ -451,7 +451,7 @@ is translated to: l32r a1, .L1 @end group @group - addi a1, a0, a1 + add a1, a0, a1 l32i a1, a1, 0 @end group @end smallexample