diff options
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-d10v.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/doc/c-d10v.texi b/gas/doc/c-d10v.texi index 8d7bf88..f10f601 100644 --- a/gas/doc/c-d10v.texi +++ b/gas/doc/c-d10v.texi @@ -35,6 +35,13 @@ instructions can be executed in parallel. To optimize execution performance, @code{@value{AS}} will sometimes swap the order of instructions. Normally this generates a warning. When this option is used, no warning will be generated when instructions are swapped. +@item --gstabs-packing +@item --no-gstabs-packing +@code{@value{AS}} packs adjacent short instructions into a single packed +instruction. @samp{--no-gstabs-packing} turns instruction packing off if +@samp{--gstabs} is specified as well; @samp{--gstabs-packing} (the +default) turns instruction packing on even when @samp{--gstabs} is +specified. @end table @node D10V-Syntax |