diff options
author | Ben Elliston <bje@au.ibm.com> | 2008-08-13 02:50:41 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2008-08-13 02:50:41 +0000 |
commit | 9e9a97982d36c9b5e6b3d79ecbaf68041981e23b (patch) | |
tree | 40b1df2721217aa38fad56b1c0027b3fc3752465 /gas | |
parent | 7b3e33dee7dfb2b660a89ee3ef7d98b91e0948af (diff) | |
download | gdb-9e9a97982d36c9b5e6b3d79ecbaf68041981e23b.zip gdb-9e9a97982d36c9b5e6b3d79ecbaf68041981e23b.tar.gz gdb-9e9a97982d36c9b5e6b3d79ecbaf68041981e23b.tar.bz2 |
* doc/as.texinfo (Align): Document the PowerPC behaviour.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/doc/as.texinfo | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index fbd8c4e..9ad9cbe 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2008-08-13 Ben Elliston <bje@au.ibm.com> + + * doc/as.texinfo (Align): Document the PowerPC behaviour. + 2008-08-13 Alan Modra <amodra@bigpond.net.au> * as.c, as.h, ecoff.c, hash.c, macro.c, symbols.c, config/obj-evax.c, diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index 9426f5a..92b4cde 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -4022,7 +4022,7 @@ the location counter until it is a multiple of 8. If the location counter 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 +For other systems, including ppc, i386 using a.out format, arm and strongarm, it is the number of low-order zero bits the location counter must have after advancement. For example @samp{.align 3} advances the location |