OSDN Git Service

* doc/c-xtensa.texi (Xtensa Immediate Relaxation): Fix "addi" typo.
authorbwilson <bwilson>
Wed, 19 Sep 2007 20:37:36 +0000 (20:37 +0000)
committerbwilson <bwilson>
Wed, 19 Sep 2007 20:37:36 +0000 (20:37 +0000)
gas/ChangeLog
gas/doc/c-xtensa.texi

index 2dda0db..ce20387 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 0ef8996..bc1f48e 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