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 | |
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')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/doc/c-ppc.texi | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index f674c37..4c8b85c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2011-02-11 Alan Modra <amodra@gmail.com> + + * doc/c-ppc.texi (PowerPC-Opts <-nops>): Clarify. + 2011-02-10 Alan Modra <amodra@gmail.com> * doc/as.texinfo (Overview): Add missing markup around Blackfin 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 |