This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v2] .bundle_align_mode


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]