diff options
author | Jason Eckhardt <jle@rice.edu> | 2003-08-07 04:05:42 +0000 |
---|---|---|
committer | Jason Eckhardt <jle@rice.edu> | 2003-08-07 04:05:42 +0000 |
commit | 820aff5582fe3441158635c80985ae2054ef390e (patch) | |
tree | c5f7fe33b23b7687e253046be5a7e648ddcc129a /gas/doc | |
parent | dcd81ce97cf3e474fd276265df01984e257f48fd (diff) | |
download | gdb-820aff5582fe3441158635c80985ae2054ef390e.zip gdb-820aff5582fe3441158635c80985ae2054ef390e.tar.gz gdb-820aff5582fe3441158635c80985ae2054ef390e.tar.bz2 |
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.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/doc/c-i860.texi b/gas/doc/c-i860.texi index 118fe34..79decb2 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 |