[PATCH v2] .bundle_align_mode

Ryan Mansfield rmansfield@qnx.com
Wed Mar 14 12:50:00 GMT 2012


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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: as.texinfo.diff
Type: text/x-patch
Size: 2036 bytes
Desc: not available
URL: <https://sourceware.org/pipermail/binutils/attachments/20120314/bb874444/attachment.bin>


More information about the Binutils mailing list