diff options
author | Alan Modra <amodra@gmail.com> | 2003-10-15 14:16:29 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2003-10-15 14:16:29 +0000 |
commit | 60946ad01097c63b8c68592c8f5107bcd5f1a764 (patch) | |
tree | 5005ec96b98ff72919238b335fe9482d774f15b4 /gas/doc | |
parent | 8822d0016c0c592c921a3a4e96d2e8533c79545f (diff) | |
download | gdb-60946ad01097c63b8c68592c8f5107bcd5f1a764.zip gdb-60946ad01097c63b8c68592c8f5107bcd5f1a764.tar.gz gdb-60946ad01097c63b8c68592c8f5107bcd5f1a764.tar.bz2 |
* doc/as.texinfo (Align): Correct list of byte targets.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/as.texinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index e9f5a5b..2878938 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -3901,12 +3901,12 @@ required alignment; this can be useful if you want the alignment to be filled with no-op instructions when appropriate. The way the required alignment is specified varies from system to system. -For the a29k, hppa, m68k, m88k, w65, sparc, Xtensa, and Renesas / SuperH SH, -and i386 using ELF format, -the first expression is the +For the a29k, arc, hppa, i386 using ELF, i860, iq2000, m68k, m88k, or32, +s390, sparc, tic4x, tic80 and xtensa, the first expression is the alignment request in bytes. For example @samp{.align 8} advances the location counter until it is a multiple of 8. If the location counter -is already a multiple of 8, no change is needed. +is already a multiple of 8, no change is needed. For the tic54x, the +first expression is the alignment request in words. For other systems, including the i386 using a.out format, and the arm and strongarm, it is the |