diff options
author | Alan Modra <amodra@gmail.com> | 2011-02-10 22:50:09 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2011-02-10 22:50:09 +0000 |
commit | c0e524fe0fd864db50418958d9ec38706d1f4eb3 (patch) | |
tree | 0c7ba7745515f35a795185d39bfae8ebaf1684b8 /gas/doc/c-ppc.texi | |
parent | Fix whitespace. (diff) | |
download | binutils-gdb-c0e524fe0fd864db50418958d9ec38706d1f4eb3.tar.gz binutils-gdb-c0e524fe0fd864db50418958d9ec38706d1f4eb3.tar.bz2 binutils-gdb-c0e524fe0fd864db50418958d9ec38706d1f4eb3.zip |
* doc/c-ppc.texi (PowerPC-Opts <-nops>): Clarify.
Diffstat (limited to 'gas/doc/c-ppc.texi')
-rw-r--r-- | gas/doc/c-ppc.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/doc/c-ppc.texi b/gas/doc/c-ppc.texi index d5572b53966..2c1ebd0d769 100644 --- a/gas/doc/c-ppc.texi +++ b/gas/doc/c-ppc.texi @@ -161,7 +161,8 @@ Generate code for Solaris. Do not generate code for Solaris. @item -nops=@var{count} -When aligning, more than @var{count} nops uses a branch. +If an alignment directive inserts more than @var{count} nops, put a +branch at the beginning to skip execution of the nops. @end table @c man end |