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] | |
Hi!
On Wed, 14 Mar 2012 10:51:36 -0700, "H.J. Lu" <hjl.tools@gmail.com> wrote:
> On Wed, Mar 14, 2012 at 5:50 AM, Ryan Mansfield <rmansfield@qnx.com> wrote:
> > /home/ryan/gnu/binutils/head/../gas/doc/as.texinfo:4302: Unknown command
> > `defn'.
> >
> > Using @dfn instead fixes the build issue.
> I checked it in as an obvious fix.
... and I fixed the fix thusly:
gas/
* doc/as.texinfo (Bundle directives): Fix typo.
Index: gas/doc/as.texinfo
===================================================================
RCS file: /cvs/src/src/gas/doc/as.texinfo,v
retrieving revision 1.248
retrieving revision 1.249
diff -u -p -r1.248 -r1.249
--- gas/doc/as.texinfo 14 Mar 2012 17:51:16 -0000 1.248
+++ gas/doc/as.texinfo 15 Mar 2012 11:19:13 -0000 1.249
@@ -4302,7 +4302,7 @@ undefined.
@code{.bundle_align_mode} enables or disables @dfn{aligned instruction
bundle} mode. In this mode, sequences of adjacent instructions are grouped
into fixed-sized @dfn{bundles}. If the argument is zero, this mode is
-disabled (which is the dfault state). If the argument it not zero, it
+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}).
GrÃÃe,
Thomas
Attachment:
pgp00000.pgp
Description: PGP signature
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |