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 | |
parent | fc01361832b6f229483c23dbbd581dbe7c26c054 (diff) | |
download | gdb-c0e524fe0fd864db50418958d9ec38706d1f4eb3.zip gdb-c0e524fe0fd864db50418958d9ec38706d1f4eb3.tar.gz gdb-c0e524fe0fd864db50418958d9ec38706d1f4eb3.tar.bz2 |
* doc/c-ppc.texi (PowerPC-Opts <-nops>): Clarify.
Diffstat (limited to 'gas/doc')
-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 d5572b5..2c1ebd0 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 |