[PATCH v2] .bundle_align_mode
H.J. Lu
hjl.tools@gmail.com
Wed Mar 14 17:51:00 GMT 2012
On Wed, Mar 14, 2012 at 5:50 AM, Ryan Mansfield <rmansfield@qnx.com> wrote:
> On 12-03-12 04:06 PM, Roland McGrath wrote:
>>
>> +@node Bundle directives
>> +@section @code{.bundle_align_mode @var{abs-expr}}
>> +@cindex @code{bundle_align_mode} directive
>> +@cindex bundle
>> +@cindex instruction bundle
>> +@cindex aligned instruction bundle
>> +@code{.bundle_align_mode} enables or disables @defn{aligned instruction
>> +bundle} mode. In this mode, sequences of adjacent instructions are
>> grouped
>> +into fixed-sized @defn{bundles}. If the argument is zero, this mode is
>> +disabled (which is the default state). If the argument it not zero, it
>> +gives the size of an instruction bundle as a power of two (as for the
>> +@code{.p2align} directive, @pxref{P2align}).
>
>
> This appears breaks the docs. e.g.
>
> /home/ryan/gnu/binutils/head/../gas/doc/as.texinfo:4302: Unknown command
> `defn'.
>
> Using @dfn instead fixes the build issue.
>
> Regards,
>
> Ryan Mansfield
>
>
I checked it in as an obvious fix.
--
H.J.
More information about the Binutils
mailing list