aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/doc/c-xtensa.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 2dda0db..ce20387 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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
diff --git a/gas/doc/c-xtensa.texi b/gas/doc/c-xtensa.texi
index 0ef8996..bc1f48e 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