* doc/c-xtensa.texi (Xtensa Immediate Relaxation): Fix "addi" typo.
authorBob Wilson <bob.wilson@acm.org>
Wed, 19 Sep 2007 20:37:37 +0000 (20:37 +0000)
committerBob Wilson <bob.wilson@acm.org>
Wed, 19 Sep 2007 20:37:37 +0000 (20:37 +0000)
gas/ChangeLog
gas/doc/c-xtensa.texi

index 2dda0dbe629abe2d55f18776c5ca9fdea68c4e2a..ce2038701f84267ccf85d333569de648c11cb910 100644 (file)
@@ -1,3 +1,7 @@
+2007-09-19  Bob Wilson  <bob.wilson@acm.org>
+
+       * doc/c-xtensa.texi (Xtensa Immediate Relaxation): Fix "addi" typo.
+
 2007-09-18  Bernd Schmidt  <bernd.schmidt@analog.com>
 
        * config/bfin-parse.y (asm_1): Slightly improve error messages
index 0ef8996e028e469449e6fd528a2953fe9edba9f9..bc1f48eb88b025dd36fb4c83f4c40e801b730922 100644 (file)
@@ -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
This page took 0.02603 seconds and 4 git commands to generate.