* doc/c-xtensa.texi (Xtensa Immediate Relaxation): Fix "addi" typo.

This commit is contained in:
Bob Wilson 2007-09-19 20:37:37 +00:00
parent 0f7da3979d
commit e055a93133
2 changed files with 5 additions and 1 deletions

View 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

View 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