summaryrefslogtreecommitdiff
path: root/gas/doc
diff options
context:
space:
mode:
authorJason Eckhardt <jle@rice.edu>2003-08-07 04:05:42 +0000
committerJason Eckhardt <jle@rice.edu>2003-08-07 04:05:42 +0000
commit962570234ccd6a979593e3eeea5263215cd7386d (patch)
tree72debd63589aa92c3e0ddf4e85dcf2512c4681ff /gas/doc
parentb7f77ae194bd705e46f037f1b1696fb04f53cac5 (diff)
downloadbinutils-redhat-962570234ccd6a979593e3eeea5263215cd7386d.tar.gz
2003-08-01 Jason Eckhardt <jle@rice.edu>
* config/tc-i860.c (s_align_wrapper): New function and prototype. (md_pseudo_table): Change s_align_bytes to s_align_wrapper, remove surrounding OBJ_ELF ifdef, and re-format slightly. * doc/c-i860.texi: Document the special .align syntax available in Intel mode.
Diffstat (limited to 'gas/doc')
-rw-r--r--gas/doc/c-i860.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/doc/c-i860.texi b/gas/doc/c-i860.texi
index 118fe342b9..79decb26ee 100644
--- a/gas/doc/c-i860.texi
+++ b/gas/doc/c-i860.texi
@@ -106,6 +106,12 @@ default register is @code{r31}.
The @code{.dual}, @code{.enddual}, and @code{.atmp} directives are available only in the Intel syntax mode.
+Both syntaxes allow for the standard @code{.align} directive. However,
+the Intel syntax additionally allows keywords for the alignment
+parameter: "@code{.align type}", where `type' is one of @code{.short}, @code{.long},
+@code{.quad}, @code{.single}, @code{.double} representing alignments of 2, 4,
+16, 4, and 8, respectively.
+
@node Opcodes for i860
@section i860 Opcodes