diff options
author | Nick Clifton <nickc@redhat.com> | 2000-12-05 00:56:09 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-12-05 00:56:09 +0000 |
commit | bccba5f08caf84add326b6e3541680bf1f5f8746 (patch) | |
tree | 27112b17fa82d5c9b9aa9adae45f27ed5f3a2a60 /gas/doc | |
parent | bb4e03e55591d8751dc9a669afd57f033c14fc22 (diff) | |
download | gdb-bccba5f08caf84add326b6e3541680bf1f5f8746.zip gdb-bccba5f08caf84add326b6e3541680bf1f5f8746.tar.gz gdb-bccba5f08caf84add326b6e3541680bf1f5f8746.tar.bz2 |
Add outputting_stabs_line_debug varaible and D10v code to use it
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 |