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 061b9fb..0317c4d 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,9 @@
2005-05-06 Bob Wilson <bob.wilson@acm.org>
+ * doc/c-xtensa.texi (Literal Directive): Spelling correction.
+
+2005-05-06 Bob Wilson <bob.wilson@acm.org>
+
* config/tc-xtensa.c: Remove excess whitespace.
* config/tc-xtensa.h: Likewise.
* config/xtensa-istack.h: Likewise.
diff --git a/gas/doc/c-xtensa.texi b/gas/doc/c-xtensa.texi
index 0097efd..33035ad 100644
--- a/gas/doc/c-xtensa.texi
+++ b/gas/doc/c-xtensa.texi
@@ -618,7 +618,7 @@ can be used to load a pointer to the symbol @code{sym} into register
the data in a literal pool.
Literal pools for absolute mode @code{L32R} instructions
-(@pxref{Absolute Literals Directive}) are placed in a seperate
+(@pxref{Absolute Literals Directive}) are placed in a separate
@code{.lit4} section. By default literal pools for PC-relative mode
@code{L32R} instructions are placed in a separate @code{.literal}
section; however, when using the @samp{--text-@-section-@-literals}